diff options
| author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-03-25 12:53:44 +0100 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:14:39 +0200 |
| commit | 926e26a7e48dc3788249596ae0a658152c4ff337 (patch) | |
| tree | fc16ca3984b0adfcbabf7fccf7f082abcd2d1dbc | |
| parent | 5253a0bb8137820855b951761ebb5c7c8a1e2ecd (diff) | |
hwmon db8500: update for new pmu interface
| -rwxr-xr-x | drivers/hwmon/db8500.c | 2 |
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> |
