summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-03-25 12:53:44 +0100
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:14:39 +0200
commit926e26a7e48dc3788249596ae0a658152c4ff337 (patch)
treefc16ca3984b0adfcbabf7fccf7f082abcd2d1dbc
parent5253a0bb8137820855b951761ebb5c7c8a1e2ecd (diff)
hwmon db8500: update for new pmu interface
-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>