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)
commit1b21572f8fd791f5b54e5989bc8e0cc5308d2e6c
treeff95d1b332e8c66056424bd7c7388cb8fc348043
parent4495c89fcf2624d542a27f1ecd70aa3524c54195
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>
sound/soc/rockchip/rockchip_i2s.c