aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/pm8921-core.c
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-08-20 16:01:26 +0900
committerLee Jones <lee.jones@linaro.org>2013-08-20 08:50:42 +0100
commitef310f4bbf3e0a99129e8fa6acc1d45623a4ad68 (patch)
treeb7087ca82bc6a9447e21764fc378caa9883c4e4d /drivers/mfd/pm8921-core.c
parentmfd: ti_am335x_tscadc: Update reg_cache variable in clr function (diff)
downloadlinux-dev-ef310f4bbf3e0a99129e8fa6acc1d45623a4ad68.tar.xz
linux-dev-ef310f4bbf3e0a99129e8fa6acc1d45623a4ad68.zip
mfd: pm8921: Include missing linux/module.h
Include <linux/module.h> 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 <jg1.han@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/pm8921-core.c')
-rw-r--r--drivers/mfd/pm8921-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/pm8921-core.c b/drivers/mfd/pm8921-core.c
index 9be6840e88ee..bd4b37ce254e 100644
--- a/drivers/mfd/pm8921-core.c
+++ b/drivers/mfd/pm8921-core.c
@@ -14,6 +14,7 @@
#define pr_fmt(fmt) "%s: " fmt, __func__
#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/err.h>