aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Frederick <[email protected]>2014-09-16 21:02:31 +0200
committerMark Brown <[email protected]>2014-09-16 16:11:02 -0700
commite306b6ee4d7ed7632765165749a36b8c8b4aeff2 (patch)
tree3810b8c7a4e3aabf359c88a1b237d1398b5fdcf6
parent5f609f282b59f111840e755bac8da980387e044e (diff)
ASoC: cs35l32: remove second linux/slab.h inclusion
linux/slab.h was included twice. Signed-off-by: Fabian Frederick <[email protected]> Acked-by: Brian Austin <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/cs35l32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l32.c b/sound/soc/codecs/cs35l32.c
index 76f628bd7f2b..c125925da92e 100644
--- a/sound/soc/codecs/cs35l32.c
+++ b/sound/soc/codecs/cs35l32.c
@@ -25,7 +25,6 @@
#include <linux/regulator/consumer.h>
#include <linux/gpio/consumer.h>
#include <linux/of_device.h>
-#include <linux/slab.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>