commit | 1b21572f8fd791f5b54e5989bc8e0cc5308d2e6c | [log] [tgz] |
---|---|---|
author | xujianqun <xjq@rock-chips.com> | Fri Jul 11 19:40:05 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Fri Jul 11 13:32:26 2014 +0100 |
tree | ff95d1b332e8c66056424bd7c7388cb8fc348043 | |
parent | 4495c89fcf2624d542a27f1ecd70aa3524c54195 [diff] |
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>