diff options
-rw-r--r-- | arch/sparc64/kernel/time.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/sparc64/kernel/time.c b/arch/sparc64/kernel/time.c index e3132b467681..5f3dd4d800cd 100644 --- a/arch/sparc64/kernel/time.c +++ b/arch/sparc64/kernel/time.c | |||
@@ -38,11 +38,8 @@ | |||
38 | #include <asm/timer.h> | 38 | #include <asm/timer.h> |
39 | #include <asm/irq.h> | 39 | #include <asm/irq.h> |
40 | #include <asm/io.h> | 40 | #include <asm/io.h> |
41 | #include <asm/sbus.h> | 41 | #include <asm/prom.h> |
42 | #include <asm/fhc.h> | 42 | #include <asm/of_device.h> |
43 | #include <asm/pbm.h> | ||
44 | #include <asm/ebus.h> | ||
45 | #include <asm/isa.h> | ||
46 | #include <asm/starfire.h> | 43 | #include <asm/starfire.h> |
47 | #include <asm/smp.h> | 44 | #include <asm/smp.h> |
48 | #include <asm/sections.h> | 45 | #include <asm/sections.h> |