Commit ad9e05ae authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras

macintosh: Use linux/of_{device,platform}.h instead of asm

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 7587cb2f
...@@ -35,6 +35,8 @@ ...@@ -35,6 +35,8 @@
#include <linux/sysdev.h> #include <linux/sysdev.h>
#include <linux/poll.h> #include <linux/poll.h>
#include <linux/mutex.h> #include <linux/mutex.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
#include <asm/byteorder.h> #include <asm/byteorder.h>
#include <asm/io.h> #include <asm/io.h>
...@@ -45,8 +47,6 @@ ...@@ -45,8 +47,6 @@
#include <asm/sections.h> #include <asm/sections.h>
#include <asm/abs_addr.h> #include <asm/abs_addr.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/of_device.h>
#include <asm/of_platform.h>
#define VERSION "0.7" #define VERSION "0.7"
#define AUTHOR "(c) 2005 Benjamin Herrenschmidt, IBM Corp." #define AUTHOR "(c) 2005 Benjamin Herrenschmidt, IBM Corp."
......
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
#include <linux/kthread.h> #include <linux/kthread.h>
#include <linux/moduleparam.h> #include <linux/moduleparam.h>
#include <linux/freezer.h> #include <linux/freezer.h>
#include <linux/of_platform.h>
#include <asm/prom.h> #include <asm/prom.h>
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/sections.h> #include <asm/sections.h>
#include <asm/of_platform.h>
#undef DEBUG #undef DEBUG
......
...@@ -123,14 +123,14 @@ ...@@ -123,14 +123,14 @@
#include <linux/i2c.h> #include <linux/i2c.h>
#include <linux/kthread.h> #include <linux/kthread.h>
#include <linux/mutex.h> #include <linux/mutex.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
#include <asm/prom.h> #include <asm/prom.h>
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/sections.h> #include <asm/sections.h>
#include <asm/of_device.h>
#include <asm/macio.h> #include <asm/macio.h>
#include <asm/of_platform.h>
#include "therm_pm72.h" #include "therm_pm72.h"
......
...@@ -37,13 +37,13 @@ ...@@ -37,13 +37,13 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/kthread.h> #include <linux/kthread.h>
#include <linux/of_platform.h>
#include <asm/prom.h> #include <asm/prom.h>
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/sections.h> #include <asm/sections.h>
#include <asm/of_platform.h>
#include <asm/macio.h> #include <asm/macio.h>
#define LOG_TEMP 0 /* continously log temperature */ #define LOG_TEMP 0 /* continously log temperature */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment