From: xujianqun Date: Fri, 11 Jul 2014 11:40:05 +0000 (+0800) Subject: ASoC: rockchip: add missing module.h include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1b21572f8fd791f5b54e5989bc8e0cc5308d2e6c;p=linux-beck.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 --- diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c index af1d8eb94f04..663b1ed348db 100644 --- a/sound/soc/rockchip/rockchip_i2s.c +++ b/sound/soc/rockchip/rockchip_i2s.c @@ -10,6 +10,7 @@ * published by the Free Software Foundation. */ +#include #include #include #include