ASoC: rockchip: add missing module.h include
authorxujianqun <xjq@rock-chips.com>
Fri, 11 Jul 2014 11:40:05 +0000 (19:40 +0800)
committerMark Brown <broonie@linaro.org>
Fri, 11 Jul 2014 12:32:26 +0000 (13:32 +0100)
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>
sound/soc/rockchip/rockchip_i2s.c

index af1d8eb94f04d63dea3663d1dc1ead6935e2ede9..663b1ed348db1cc6a3445939a02ff42b85a885f4 100644 (file)
@@ -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>