aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/therm_pm72.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-05-23 16:27:02 +1000
committerPaul Mackerras <paulus@samba.org>2008-06-30 22:30:33 +1000
commitad9e05aef7c861280b404d38fb50a8ff11d01e11 (patch)
tree959599f50faa66552cd7abb810edd40b33755b91 /drivers/macintosh/therm_pm72.c
parent7587cb2f12d47f8160bcdb1328b90f3055291bfc (diff)
downloadkernel_samsung_smdk4412-ad9e05aef7c861280b404d38fb50a8ff11d01e11.zip
kernel_samsung_smdk4412-ad9e05aef7c861280b404d38fb50a8ff11d01e11.tar.gz
kernel_samsung_smdk4412-ad9e05aef7c861280b404d38fb50a8ff11d01e11.tar.bz2
macintosh: Use linux/of_{device,platform}.h instead of asm
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/macintosh/therm_pm72.c')
-rw-r--r--drivers/macintosh/therm_pm72.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/macintosh/therm_pm72.c b/drivers/macintosh/therm_pm72.c
index ddfb426..817607e 100644
--- a/drivers/macintosh/therm_pm72.c
+++ b/drivers/macintosh/therm_pm72.c
@@ -123,14 +123,14 @@
#include <linux/i2c.h>
#include <linux/kthread.h>
#include <linux/mutex.h>
+#include <linux/of_device.h>
+#include <linux/of_platform.h>
#include <asm/prom.h>
#include <asm/machdep.h>
#include <asm/io.h>
#include <asm/system.h>
#include <asm/sections.h>
-#include <asm/of_device.h>
#include <asm/macio.h>
-#include <asm/of_platform.h>
#include "therm_pm72.h"