diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-08-07 18:33:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-07 18:33:36 -0400 |
commit | 764f2579d95120e1c76b7af1256d02466ddd00bf (patch) | |
tree | 312f1d759d18ff3e8176b06c1f1468baa3ca953c /arch/sparc/kernel | |
parent | ea771bd51c3b9b9683860515d93e6155a345fa2f (diff) |
sparc: don't use asm/of_device.h
Use linux/of_device.h instead.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel')
-rw-r--r-- | arch/sparc/kernel/ioport.c | 2 | ||||
-rw-r--r-- | arch/sparc/kernel/time.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/kernel/ioport.c b/arch/sparc/kernel/ioport.c index 487960919f1f..2a8a847764d8 100644 --- a/arch/sparc/kernel/ioport.c +++ b/arch/sparc/kernel/ioport.c | |||
@@ -36,12 +36,12 @@ | |||
36 | #include <linux/pci.h> /* struct pci_dev */ | 36 | #include <linux/pci.h> /* struct pci_dev */ |
37 | #include <linux/proc_fs.h> | 37 | #include <linux/proc_fs.h> |
38 | #include <linux/scatterlist.h> | 38 | #include <linux/scatterlist.h> |
39 | #include <linux/of_device.h> | ||
39 | 40 | ||
40 | #include <asm/io.h> | 41 | #include <asm/io.h> |
41 | #include <asm/vaddrs.h> | 42 | #include <asm/vaddrs.h> |
42 | #include <asm/oplib.h> | 43 | #include <asm/oplib.h> |
43 | #include <asm/prom.h> | 44 | #include <asm/prom.h> |
44 | #include <asm/of_device.h> | ||
45 | #include <asm/sbus.h> | 45 | #include <asm/sbus.h> |
46 | #include <asm/page.h> | 46 | #include <asm/page.h> |
47 | #include <asm/pgalloc.h> | 47 | #include <asm/pgalloc.h> |
diff --git a/arch/sparc/kernel/time.c b/arch/sparc/kernel/time.c index ab3dd0b257d3..0762f5db1924 100644 --- a/arch/sparc/kernel/time.c +++ b/arch/sparc/kernel/time.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <linux/pci.h> | 28 | #include <linux/pci.h> |
29 | #include <linux/ioport.h> | 29 | #include <linux/ioport.h> |
30 | #include <linux/profile.h> | 30 | #include <linux/profile.h> |
31 | #include <linux/of_device.h> | ||
31 | 32 | ||
32 | #include <asm/oplib.h> | 33 | #include <asm/oplib.h> |
33 | #include <asm/timer.h> | 34 | #include <asm/timer.h> |
@@ -40,7 +41,6 @@ | |||
40 | #include <asm/sun4paddr.h> | 41 | #include <asm/sun4paddr.h> |
41 | #include <asm/page.h> | 42 | #include <asm/page.h> |
42 | #include <asm/pcic.h> | 43 | #include <asm/pcic.h> |
43 | #include <asm/of_device.h> | ||
44 | #include <asm/irq_regs.h> | 44 | #include <asm/irq_regs.h> |
45 | 45 | ||
46 | #include "irq.h" | 46 | #include "irq.h" |