aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>