aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/rockchip
diff options
context:
space:
mode:
authorxujianqun <xjq@rock-chips.com>2014-07-11 19:40:05 +0800
committerMark Brown <broonie@linaro.org>2014-07-11 13:32:26 +0100
commit1b21572f8fd791f5b54e5989bc8e0cc5308d2e6c (patch)
treeff95d1b332e8c66056424bd7c7388cb8fc348043 /sound/soc/rockchip
parentASoC: add driver for Rockchip RK3xxx I2S controller (diff)
downloadlinux-dev-1b21572f8fd791f5b54e5989bc8e0cc5308d2e6c.tar.xz
linux-dev-1b21572f8fd791f5b54e5989bc8e0cc5308d2e6c.zip
ASoC: rockchip: add missing module.h include
Missing module.h in linux directory will cause compile error with randconfig, like as: sound/soc/rockchip/rockchip_i2s.c:526:20: error: expected declaration specifiers or ‘...’ before string constant MODULE_DESCRIPTION("ROCKCHIP IIS ASoC Interface"); Signed-off-by: xujianqun <xjq@rock-chips.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/rockchip')
-rw-r--r--sound/soc/rockchip/rockchip_i2s.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c
index af1d8eb94f04..663b1ed348db 100644
--- a/sound/soc/rockchip/rockchip_i2s.c
+++ b/sound/soc/rockchip/rockchip_i2s.c
@@ -10,6 +10,7 @@
* published by the Free Software Foundation.
*/
+#include <linux/module.h>
#include <linux/delay.h>
#include <linux/of_gpio.h>
#include <linux/clk.h>