summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ab8500-i2c.c
diff options
context:
space:
mode:
authorLinus Walleij2011-12-02 14:16:33 +0100
committerSamuel Ortiz2012-01-09 00:37:39 +0100
commitee66e653ca7425bc8ffca4e00f19a8057cd14e4d (patch)
treee566da76e2588bc4871df677063f302213be0427 /drivers/mfd/ab8500-i2c.c
parentmfd: Add missing mutex.h inclusion to WM8994 core.h (diff)
downloadkernel-qcow2-linux-ee66e653ca7425bc8ffca4e00f19a8057cd14e4d.tar.gz
kernel-qcow2-linux-ee66e653ca7425bc8ffca4e00f19a8057cd14e4d.tar.xz
kernel-qcow2-linux-ee66e653ca7425bc8ffca4e00f19a8057cd14e4d.zip
mfd: Unify abx500 headers in mfd/abx500
This moves all the header files related to the abx500 family into a common include directory below mfd. From now on we place any subchip header in that directory. Headers previously in e.g. <linux/mfd/ab8500/gpio.h> get prefixed and are now e.g. <linux/mfd/abx500/ab8500-gpio.h>. The top-level abstract interface remains in <linux/mfd/abx500.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/ab8500-i2c.c')
-rw-r--r--drivers/mfd/ab8500-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ab8500-i2c.c b/drivers/mfd/ab8500-i2c.c
index 9be541c6b004..087fecd71ce0 100644
--- a/drivers/mfd/ab8500-i2c.c
+++ b/drivers/mfd/ab8500-i2c.c
@@ -10,7 +10,7 @@
#include <linux/init.h>
#include <linux/module.h>
#include <linux/platform_device.h>
-#include <linux/mfd/ab8500.h>
+#include <linux/mfd/abx500/ab8500.h>
#include <linux/mfd/db8500-prcmu.h>
static int ab8500_i2c_write(struct ab8500 *ab8500, u16 addr, u8 data)