diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 02:27:02 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-06-30 08:30:33 -0400 |
commit | ad9e05aef7c861280b404d38fb50a8ff11d01e11 (patch) | |
tree | 959599f50faa66552cd7abb810edd40b33755b91 /drivers/macintosh/smu.c | |
parent | 7587cb2f12d47f8160bcdb1328b90f3055291bfc (diff) |
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/smu.c')
-rw-r--r-- | drivers/macintosh/smu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/macintosh/smu.c b/drivers/macintosh/smu.c index d86d57af282a..1272184a3a6f 100644 --- a/drivers/macintosh/smu.c +++ b/drivers/macintosh/smu.c | |||
@@ -35,6 +35,8 @@ | |||
35 | #include <linux/sysdev.h> | 35 | #include <linux/sysdev.h> |
36 | #include <linux/poll.h> | 36 | #include <linux/poll.h> |
37 | #include <linux/mutex.h> | 37 | #include <linux/mutex.h> |
38 | #include <linux/of_device.h> | ||
39 | #include <linux/of_platform.h> | ||
38 | 40 | ||
39 | #include <asm/byteorder.h> | 41 | #include <asm/byteorder.h> |
40 | #include <asm/io.h> | 42 | #include <asm/io.h> |
@@ -45,8 +47,6 @@ | |||
45 | #include <asm/sections.h> | 47 | #include <asm/sections.h> |
46 | #include <asm/abs_addr.h> | 48 | #include <asm/abs_addr.h> |
47 | #include <asm/uaccess.h> | 49 | #include <asm/uaccess.h> |
48 | #include <asm/of_device.h> | ||
49 | #include <asm/of_platform.h> | ||
50 | 50 | ||
51 | #define VERSION "0.7" | 51 | #define VERSION "0.7" |
52 | #define AUTHOR "(c) 2005 Benjamin Herrenschmidt, IBM Corp." | 52 | #define AUTHOR "(c) 2005 Benjamin Herrenschmidt, IBM Corp." |