diff options
author | David S. Miller <davem@davemloft.net> | 2006-06-29 18:28:05 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-29 19:37:59 -0400 |
commit | ff0d2fc6a60624df46055f47ea7261c8198c7862 (patch) | |
tree | 385ff0b9b3dde2b12b94e4143808ae9a6f8b5239 /arch/sparc64 | |
parent | abbce6e2fd156cbcab2fc1247c7dec8a0c68e7e3 (diff) |
[SPARC64]: time: Kill unnecessary asm/{fhc,sbus,ebus,isa}.h includes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-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> |