diff options
Diffstat (limited to 'arch/sparc/kernel/time.c')
-rw-r--r-- | arch/sparc/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |