summaryrefslogtreecommitdiff
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorChris Kimber <chris.kimber@stericsson.com>2011-10-05 16:30:40 +0100
committerJonas ABERG <jonas.aberg@stericsson.com>2011-10-11 16:10:14 +0200
commit8ead56956ebfefc16504451e7c86a2258f12cfe5 (patch)
tree29292f8138ad3001259a7c7b962cf24f7c7b938d /drivers/hwmon
parent034d250fd45577427eeb209a4dd1a6bd0c7df02f (diff)
hwmon: dbx500: Update to reflect new PRCMU location
PRCMU has been moved, so fix Kconfig and header include path ST-Ericsson ID: 364370 ST-Ericsson Linux next: - ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I052cf03afa4481e1267c07acf2d16401fac6abc2 Signed-off-by: Chris Kimber <chris.kimber@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/33124 Reviewed-by: QABUILD Reviewed-by: Duncan PATERSON <duncan.paterson@stericsson.com> Reviewed-by: Andrew LYNN <andrew.lynn@stericsson.com>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/Kconfig2
-rw-r--r--drivers/hwmon/dbx500.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index ffc9707afae..46124627635 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -66,7 +66,7 @@ config SENSORS_AB5500
config SENSORS_DBX500
tristate "DBX500 thermal monitoring"
- depends on U8500_PRCMU || U5500_PRCMU
+ depends on MFD_DB8500_PRCMU || MFD_DB5500_PRCMU
default n
help
If you say yes here you get support for the thermal sensor part
diff --git a/drivers/hwmon/dbx500.c b/drivers/hwmon/dbx500.c
index e240f92ede8..c034b48f8dd 100644
--- a/drivers/hwmon/dbx500.c
+++ b/drivers/hwmon/dbx500.c
@@ -13,7 +13,7 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
-#include <mach/prcmu.h>
+#include <linux/mfd/dbx500-prcmu.h>
#include <linux/hwmon.h>
#include <linux/sysfs.h>
#include <linux/hwmon-sysfs.h>