aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-05-23 16:25:50 +1000
committerPaul Mackerras <paulus@samba.org>2008-06-30 22:30:31 +1000
commit7587cb2f12d47f8160bcdb1328b90f3055291bfc (patch)
treec1124a9643f9a8ba8aa4adae74b21d52b69c912b /drivers/hwmon
parentpasemi-rng: Use linux/of_platform.h instead of asm (diff)
downloadlinux-dev-7587cb2f12d47f8160bcdb1328b90f3055291bfc.tar.xz
linux-dev-7587cb2f12d47f8160bcdb1328b90f3055291bfc.zip
hwmon: Use linux/of_platform.h instead of asm
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Stelian Pop <stelian@popies.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/ams/ams-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ams/ams-core.c b/drivers/hwmon/ams/ams-core.c
index a112a03e8f29..fbefa82a015c 100644
--- a/drivers/hwmon/ams/ams-core.c
+++ b/drivers/hwmon/ams/ams-core.c
@@ -23,8 +23,8 @@
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/init.h>
+#include <linux/of_platform.h>
#include <asm/pmac_pfunc.h>
-#include <asm/of_platform.h>
#include "ams.h"