aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-09-16 21:02:31 +0200
committerMark Brown <broonie@kernel.org>2014-09-16 16:11:02 -0700
commite306b6ee4d7ed7632765165749a36b8c8b4aeff2 (patch)
tree3810b8c7a4e3aabf359c88a1b237d1398b5fdcf6 /sound
parent5f609f282b59f111840e755bac8da980387e044e (diff)
ASoC: cs35l32: remove second linux/slab.h inclusion
linux/slab.h was included twice. Signed-off-by: Fabian Frederick <fabf@skynet.be> Acked-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-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>