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/sparc64/kernel/ebus.c | |
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/sparc64/kernel/ebus.c')
-rw-r--r-- | arch/sparc64/kernel/ebus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/ebus.c b/arch/sparc64/kernel/ebus.c index 4d58d7ce708d..60d36d142559 100644 --- a/arch/sparc64/kernel/ebus.c +++ b/arch/sparc64/kernel/ebus.c | |||
@@ -14,13 +14,13 @@ | |||
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |
16 | #include <linux/pci.h> | 16 | #include <linux/pci.h> |
17 | #include <linux/of_device.h> | ||
17 | 18 | ||
18 | #include <asm/system.h> | 19 | #include <asm/system.h> |
19 | #include <asm/page.h> | 20 | #include <asm/page.h> |
20 | #include <asm/ebus.h> | 21 | #include <asm/ebus.h> |
21 | #include <asm/oplib.h> | 22 | #include <asm/oplib.h> |
22 | #include <asm/prom.h> | 23 | #include <asm/prom.h> |
23 | #include <asm/of_device.h> | ||
24 | #include <asm/bpp.h> | 24 | #include <asm/bpp.h> |
25 | #include <asm/irq.h> | 25 | #include <asm/irq.h> |
26 | #include <asm/io.h> | 26 | #include <asm/io.h> |