Message ID | 1344321447-6088-1-git-send-email-sachin.kamat@linaro.org |
---|---|
State | Accepted |
Headers | show |
On Tue, Aug 07, 2012 at 12:07:27PM +0530, Sachin Kamat wrote:
> slab.h header file was included twice.
Applied, thanks.
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>
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(-)