diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-11-13 12:13:03 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-05 22:44:30 -0500 |
commit | 5f867dc7989023935317d0dc5c04215ea0592bfc (patch) | |
tree | 6ea4c028c9a633ca903d47e45309f0de1bab2751 /arch/powerpc/platforms/embedded6xx | |
parent | cc1bf182bb8451a036a7c227f0a95a0416c4736e (diff) |
[POWERPC] Clean out asm/of_{platform, device}.h
Convert #include of asm/of_{platform, device}.h into
linux/of_{platform,device}.h for a few scattered platforms.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/holly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/holly.c b/arch/powerpc/platforms/embedded6xx/holly.c index b6de2b5223dd..ce91787f3c7c 100644 --- a/arch/powerpc/platforms/embedded6xx/holly.c +++ b/arch/powerpc/platforms/embedded6xx/holly.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/serial.h> | 26 | #include <linux/serial.h> |
27 | #include <linux/tty.h> | 27 | #include <linux/tty.h> |
28 | #include <linux/serial_core.h> | 28 | #include <linux/serial_core.h> |
29 | #include <linux/of_platform.h> | ||
29 | 30 | ||
30 | #include <asm/system.h> | 31 | #include <asm/system.h> |
31 | #include <asm/time.h> | 32 | #include <asm/time.h> |
@@ -39,7 +40,6 @@ | |||
39 | #include <asm/tsi108_irq.h> | 40 | #include <asm/tsi108_irq.h> |
40 | #include <asm/tsi108_pci.h> | 41 | #include <asm/tsi108_pci.h> |
41 | #include <asm/mpic.h> | 42 | #include <asm/mpic.h> |
42 | #include <asm/of_platform.h> | ||
43 | 43 | ||
44 | #undef DEBUG | 44 | #undef DEBUG |
45 | 45 | ||