diff mbox

[1/1,linux-next] ASoC: cs35l32: remove second linux/slab.h inclusion

Message ID 1410894151-6246-1-git-send-email-fabf@skynet.be (mailing list archive)
State Accepted
Commit e306b6ee4d7ed7632765165749a36b8c8b4aeff2
Headers show

Commit Message

Fabian Frederick Sept. 16, 2014, 7:02 p.m. UTC
linux/slab.h was included twice.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 sound/soc/codecs/cs35l32.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Austin, Brian Sept. 16, 2014, 7:21 p.m. UTC | #1
On Tue, 16 Sep 2014, Fabian Frederick wrote:

> linux/slab.h was included twice.
> 
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> ---
Acked-by: Brian Austin <brian.austin@cirrus.com>

Thanks,
Mark Brown Sept. 16, 2014, 11:10 p.m. UTC | #2
On Tue, Sep 16, 2014 at 09:02:31PM +0200, Fabian Frederick wrote:
> linux/slab.h was included twice.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/codecs/cs35l32.c b/sound/soc/codecs/cs35l32.c
index 76f628b..c125925 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>