[SPARC64]: time: Kill unnecessary asm/{fhc,sbus,ebus,isa}.h includes.

Signed-off-by: David S. Miller <davem@davemloft.net>

authored by David S. Miller and committed by David S. Miller ff0d2fc6 abbce6e2

+2 -5
+2 -5
arch/sparc64/kernel/time.c
··· 38 38 #include <asm/timer.h> 39 39 #include <asm/irq.h> 40 40 #include <asm/io.h> 41 - #include <asm/sbus.h> 42 - #include <asm/fhc.h> 43 - #include <asm/pbm.h> 44 - #include <asm/ebus.h> 45 - #include <asm/isa.h> 41 + #include <asm/prom.h> 42 + #include <asm/of_device.h> 46 43 #include <asm/starfire.h> 47 44 #include <asm/smp.h> 48 45 #include <asm/sections.h>