summaryrefslogtreecommitdiff
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorChris Kimber <chris.kimber@stericsson.com>2011-10-05 16:30:40 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:01:05 +0200
commit18c2def0e7158f2a8ad6e8e1ffb6b54a6720a4ef (patch)
treeb9c800a0704a044c7cf90e65516a83fa89d02d84 /drivers/hwmon
parentea174c50d9ec3d593d645620ee915cf47f95ba3e (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 297ad8e3b28..58b2a6c93c8 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>