summaryrefslogtreecommitdiff
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-03-25 12:53:44 +0100
committerRobert Marklund <robert.marklund@stericsson.com>2011-05-04 18:05:29 +0200
commite4e81dc7dfbba9a509f041a43a5dae9e61333b5b (patch)
tree24956d43092ff29618916c77e5cf12e7e65ac10e /drivers/hwmon
parent2a9574b6395676ccdc3cd1325b78ae891cfe1bda (diff)
hwmon db8500: update for new pmu interface
Diffstat (limited to 'drivers/hwmon')
-rwxr-xr-xdrivers/hwmon/db8500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/db8500.c b/drivers/hwmon/db8500.c
index 09630f2f707..e28f9938eb4 100755
--- a/drivers/hwmon/db8500.c
+++ b/drivers/hwmon/db8500.c
@@ -13,7 +13,7 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
-#include <mach/prcmu.h>
+#include <mach/prcmu-fw-api.h>
#include <linux/hwmon.h>
#include <linux/sysfs.h>
#include <linux/hwmon-sysfs.h>