diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-03-29 02:55:51 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-29 03:31:07 -0400 |
commit | 68b40cc40af45dd969c50fdbac6ab5b99c91255b (patch) | |
tree | 5d623f011836d0dadfba009372e5637b93d18028 /sound/soc/codecs/twl6040.c | |
parent | 1b132ea03e169ce5eca75b00224a78a6782740e8 (diff) |
ASoC: TWL6040: use of kzalloc/kfree requires the include of slab.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/twl6040.c')
-rwxr-xr-x | sound/soc/codecs/twl6040.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index 0e4dce7de052..108c51a513c8 100755 --- a/sound/soc/codecs/twl6040.c +++ b/sound/soc/codecs/twl6040.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/i2c.h> | 27 | #include <linux/i2c.h> |
28 | #include <linux/gpio.h> | 28 | #include <linux/gpio.h> |
29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
30 | #include <linux/slab.h> | ||
30 | #include <linux/i2c/twl.h> | 31 | #include <linux/i2c/twl.h> |
31 | 32 | ||
32 | #include <sound/core.h> | 33 | #include <sound/core.h> |