提交 1b21572f 编写于 作者: JianqunXu's avatar JianqunXu 提交者: Mark Brown

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: JianqunXu's avatarxujianqun <xjq@rock-chips.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 4495c89f
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册