summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2011-09-26 17:29:14 +0530
committerJonas ABERG <jonas.aberg@stericsson.com>2011-09-29 09:21:12 +0200
commit33384f34c971a4fef20bafff753f7b66a4ea469a (patch)
tree6c029ba1c24743feb5c64344419020c2b959ba28
parent1d3cd3bbf79f95b8f829f1d3a4f1708e1b183b54 (diff)
u5500: prcmu: fix path to header file
Change-Id: If55cc0a33e026a6662d7b067a09b1900bd292a6a Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32448 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Tested-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/devices-db5500.c2
-rw-r--r--drivers/regulator/db5500-prcmu.c2
-rw-r--r--drivers/staging/cg2900/devices-cg2900-u5500.c2
-rw-r--r--drivers/usb/otg/ab5500-usb.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-ux500/devices-db5500.c b/arch/arm/mach-ux500/devices-db5500.c
index bbbe6420ffc..18e0c6fbde4 100644
--- a/arch/arm/mach-ux500/devices-db5500.c
+++ b/arch/arm/mach-ux500/devices-db5500.c
@@ -20,7 +20,7 @@
#include <video/mcde.h>
#include <mach/db5500-regs.h>
-#include <mach/prcmu.h>
+#include <linux/mfd/dbx500-prcmu.h>
#include <mach/pm.h>
#define GPIO_DATA(_name, first, num) \
diff --git a/drivers/regulator/db5500-prcmu.c b/drivers/regulator/db5500-prcmu.c
index 60e725b2250..bf2aeeee399 100644
--- a/drivers/regulator/db5500-prcmu.c
+++ b/drivers/regulator/db5500-prcmu.c
@@ -17,7 +17,7 @@
#include <linux/regulator/machine.h>
#include <linux/regulator/db5500-prcmu.h>
-#include <mach/prcmu.h>
+#include <linux/mfd/dbx500-prcmu.h>
#include "dbx500-prcmu.h"
static int db5500_regulator_enable(struct regulator_dev *rdev)
diff --git a/drivers/staging/cg2900/devices-cg2900-u5500.c b/drivers/staging/cg2900/devices-cg2900-u5500.c
index 5b8c5fb8064..cabb4ebed67 100644
--- a/drivers/staging/cg2900/devices-cg2900-u5500.c
+++ b/drivers/staging/cg2900/devices-cg2900-u5500.c
@@ -21,7 +21,7 @@
#include <linux/types.h>
#include <linux/mfd/abx500/ab5500.h>
-#include <mach/prcmu-db5500.h>
+#include <linux/mfd/dbx500-prcmu.h>
#include "devices-cg2900.h"
diff --git a/drivers/usb/otg/ab5500-usb.c b/drivers/usb/otg/ab5500-usb.c
index 979b20a976f..7290c2d199c 100644
--- a/drivers/usb/otg/ab5500-usb.c
+++ b/drivers/usb/otg/ab5500-usb.c
@@ -16,7 +16,7 @@
#include <linux/mfd/abx500/ab5500.h>
#include <linux/mfd/abx500.h>
#include <linux/regulator/consumer.h>
-#include <mach/prcmu.h>
+#include <linux/mfd/dbx500-prcmu.h>
#include <mach/usb.h>
#include <linux/kernel_stat.h>
#include <mach/gpio.h>