diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-08-07 12:07:27 +0530 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-07 15:09:25 +0100 |
commit | 209ffe19ff98f5c0133bd98a689fc4fb42202de3 (patch) | |
tree | 5accaceffd8e4a294362d2ab39133f53b6d69ef6 /sound/soc/codecs/cs42l52.c | |
parent | f062e2b64153e9769adf5370103f787971c9cd95 (diff) | |
download | talos-op-linux-209ffe19ff98f5c0133bd98a689fc4fb42202de3.tar.gz talos-op-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> |