summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ab5500-core.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-11-07 17:17:04 +0100
committerPaul Gortmaker2011-11-08 03:45:14 +0100
commit3b8ce3aed986090d9249629f97c53b4dfb8c9783 (patch)
tree76e31f066e8c387dd2125957c876a98c73b6f451 /drivers/mfd/ab5500-core.c
parenthwspinlock/u8500: include linux/module.h (diff)
downloadkernel-qcow2-linux-3b8ce3aed986090d9249629f97c53b4dfb8c9783.tar.gz
kernel-qcow2-linux-3b8ce3aed986090d9249629f97c53b4dfb8c9783.tar.xz
kernel-qcow2-linux-3b8ce3aed986090d9249629f97c53b4dfb8c9783.zip
mfd: fix build failures in recently added ab5500 code
These files had implicit dependencies on modular support which now show up as build failures with the module cleanup work merged to mainline. Reported-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/mfd/ab5500-core.c')
-rw-r--r--drivers/mfd/ab5500-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ab5500-core.c b/drivers/mfd/ab5500-core.c
index 4175544b491b..ec10629a0b0b 100644
--- a/drivers/mfd/ab5500-core.c
+++ b/drivers/mfd/ab5500-core.c
@@ -13,6 +13,7 @@
* TODO: Event handling with irq_chip. Waiting for PRCMU fw support.
*/
+#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/err.h>
#include <linux/platform_device.h>