summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mfd-core.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-03 21:13:27 +0200
committerPaul Gortmaker2011-11-01 00:32:04 +0100
commit4e36dd331423fce1f996d93b991453a1a702ca5c (patch)
treeca496fec3bc32d34c34ba354805303a6f2e00924 /drivers/mfd/mfd-core.c
parentgpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.c (diff)
downloadkernel-qcow2-linux-4e36dd331423fce1f996d93b991453a1a702ca5c.tar.gz
kernel-qcow2-linux-4e36dd331423fce1f996d93b991453a1a702ca5c.tar.xz
kernel-qcow2-linux-4e36dd331423fce1f996d93b991453a1a702ca5c.zip
mfd: Add module.h to the implicit drivers/mfd users
With the pending module.h cleanup, these files will fail to compile, unless they explicitly call out the include of this file. [omap-usb-host addition courtesy of Anand Gadiyar <gadiyar@ti.com>] Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/mfd/mfd-core.c')
-rw-r--r--drivers/mfd/mfd-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/mfd-core.c b/drivers/mfd/mfd-core.c
index 0902523af62d..0f5922812bff 100644
--- a/drivers/mfd/mfd-core.c
+++ b/drivers/mfd/mfd-core.c
@@ -17,6 +17,7 @@
#include <linux/mfd/core.h>
#include <linux/pm_runtime.h>
#include <linux/slab.h>
+#include <linux/module.h>
int mfd_cell_enable(struct platform_device *pdev)
{