diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-09-16 15:02:31 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-16 19:11:02 -0400 |
commit | e306b6ee4d7ed7632765165749a36b8c8b4aeff2 (patch) | |
tree | 3810b8c7a4e3aabf359c88a1b237d1398b5fdcf6 /sound/soc/codecs | |
parent | 5f609f282b59f111840e755bac8da980387e044e (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/soc/codecs')
-rw-r--r-- | sound/soc/codecs/cs35l32.c | 1 |
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 @@ | |||
25 | #include <linux/regulator/consumer.h> | 25 | #include <linux/regulator/consumer.h> |
26 | #include <linux/gpio/consumer.h> | 26 | #include <linux/gpio/consumer.h> |
27 | #include <linux/of_device.h> | 27 | #include <linux/of_device.h> |
28 | #include <linux/slab.h> | ||
29 | #include <sound/core.h> | 28 | #include <sound/core.h> |
30 | #include <sound/pcm.h> | 29 | #include <sound/pcm.h> |
31 | #include <sound/pcm_params.h> | 30 | #include <sound/pcm_params.h> |