diff mbox

ASoC: cs42l52: Remove duplicate inclusion of slab.h header file

Message ID 1344321447-6088-1-git-send-email-sachin.kamat@linaro.org
State Accepted
Headers show

Commit Message

Sachin Kamat Aug. 7, 2012, 6:37 a.m. UTC
slab.h header file was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 sound/soc/codecs/cs42l52.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Mark Brown Aug. 7, 2012, 2:09 p.m. UTC | #1
On Tue, Aug 07, 2012 at 12:07:27PM +0530, Sachin Kamat wrote:

> slab.h header file was included twice.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c
index 628daf6..6159929 100644
--- a/sound/soc/codecs/cs42l52.c
+++ b/sound/soc/codecs/cs42l52.c
@@ -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>