From 1b21572f8fd791f5b54e5989bc8e0cc5308d2e6c Mon Sep 17 00:00:00 2001 From: xujianqun Date: Fri, 11 Jul 2014 19:40:05 +0800 Subject: [PATCH] ASoC: rockchip: add missing module.h include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed