From: xujianqun Date: Fri, 11 Jul 2014 11:40:05 +0000 (+0800) Subject: ASoC: rockchip: add missing module.h include X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~5^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b21572f8fd791f5b54e5989bc8e0cc5308d2e6c;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed