diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-08-07 08:37:27 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-07 16:09:25 +0200 |
commit | 209ffe19ff98f5c0133bd98a689fc4fb42202de3 (patch) | |
tree | 5accaceffd8e4a294362d2ab39133f53b6d69ef6 /sound/soc/codecs/cs42l52.c | |
parent | ASoC: tpa6130a2: Use module_i2c_driver (diff) | |
download | linux-209ffe19ff98f5c0133bd98a689fc4fb42202de3.tar.xz linux-209ffe19ff98f5c0133bd98a689fc4fb42202de3.zip |
ASoC: cs42l52: Remove duplicate inclusion of slab.h header file
slab.h header file was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/cs42l52.c')
-rw-r--r-- | sound/soc/codecs/cs42l52.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c index 628daf6a1d97..61599298fb26 100644 --- a/sound/soc/codecs/cs42l52.c +++ b/sound/soc/codecs/cs42l52.c @@ -24,7 +24,6 @@ #include <linux/slab.h> #include <linux/workqueue.h> #include <linux/platform_device.h> -#include <linux/slab.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> |