summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-02-06 23:23:01 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2013-02-14 00:24:07 +0100
commit0cd5b6d08c7bf8b2d81eb1413ea1463cc72487b1 (patch)
treeafcf9ce9dfb358e6cce06473c780d1ede3d1b9d6
parent21f792cde17f71091252540b79e9312a8d1a7ac2 (diff)
downloadop-kernel-dev-0cd5b6d08c7bf8b2d81eb1413ea1463cc72487b1.zip
op-kernel-dev-0cd5b6d08c7bf8b2d81eb1413ea1463cc72487b1.tar.gz
mfd: ab8500: Fix compile error
When compiling the AB8500 core driver in the latest MFD tree the following happens: CC drivers/mfd/ab8500-debugfs.o /home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:3: error: 'AB8500_SYS_CTRL1_BLOCK' undeclared here (not in a function) /home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:2: error: array index in initializer not of integer type /home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:2: error: (near initialization for 'debug_ranges') (...) This is due to a missing include statement, so fix it up. Cc: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r--drivers/mfd/ab8500-debugfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ab8500-debugfs.c b/drivers/mfd/ab8500-debugfs.c
index ba25f95..45fe3c5 100644
--- a/drivers/mfd/ab8500-debugfs.c
+++ b/drivers/mfd/ab8500-debugfs.c
@@ -82,6 +82,7 @@
#include <linux/slab.h>
#include <linux/mfd/abx500.h>
+#include <linux/mfd/abx500/ab8500.h>
#include <linux/mfd/abx500/ab8500-gpadc.h>
#ifdef CONFIG_DEBUG_FS
OpenPOWER on IntegriCloud