]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: cs42l52: Remove duplicate inclusion of slab.h header file
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 7 Aug 2012 06:37:27 +0000 (12:07 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 7 Aug 2012 14:09:25 +0000 (15:09 +0100)
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>
sound/soc/codecs/cs42l52.c

index 628daf6a1d97e8fee699f8d87ea92ec6dbf5fdaf..61599298fb26c32bdb193e1be0ccb33d2490a0af 100644 (file)
@@ -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>