From: Jingoo Han Date: Tue, 20 Aug 2013 07:01:26 +0000 (+0900) Subject: mfd: pm8921: Include missing linux/module.h X-Git-Tag: v3.12-rc1~100^2~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef310f4bbf3e0a99129e8fa6acc1d45623a4ad68;p=pandora-kernel.git mfd: pm8921: Include missing linux/module.h Include in order to fix the following errors. drivers/mfd/pm8921-core.c:209:16: error: expected declaration specifiers or '...' before string constant drivers/mfd/pm8921-core.c:210:20: error: expected declaration specifiers or '...' before string constant drivers/mfd/pm8921-core.c:211:16: error: expected declaration specifiers or '...' before string constant drivers/mfd/pm8921-core.c:212:14: error: expected declaration specifiers or '...' before string constant Signed-off-by: Jingoo Han Signed-off-by: Lee Jones --- Reading git-diff-tree failed