diff options
Diffstat (limited to 'arch/arm/mach-picoxcell/common.c')
-rw-r--r-- | arch/arm/mach-picoxcell/common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-picoxcell/common.c b/arch/arm/mach-picoxcell/common.c index a2e8ae8b5821..8f9a0b47a7fa 100644 --- a/arch/arm/mach-picoxcell/common.c +++ b/arch/arm/mach-picoxcell/common.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/of_address.h> | 14 | #include <linux/of_address.h> |
15 | #include <linux/of_irq.h> | 15 | #include <linux/of_irq.h> |
16 | #include <linux/of_platform.h> | 16 | #include <linux/of_platform.h> |
17 | #include <linux/dw_apb_timer.h> | ||
17 | 18 | ||
18 | #include <asm/mach/arch.h> | 19 | #include <asm/mach/arch.h> |
19 | #include <asm/hardware/vic.h> | 20 | #include <asm/hardware/vic.h> |
@@ -97,7 +98,7 @@ DT_MACHINE_START(PICOXCELL, "Picochip picoXcell") | |||
97 | .nr_irqs = NR_IRQS_LEGACY, | 98 | .nr_irqs = NR_IRQS_LEGACY, |
98 | .init_irq = picoxcell_init_irq, | 99 | .init_irq = picoxcell_init_irq, |
99 | .handle_irq = vic_handle_irq, | 100 | .handle_irq = vic_handle_irq, |
100 | .timer = &picoxcell_timer, | 101 | .timer = &dw_apb_timer, |
101 | .init_machine = picoxcell_init_machine, | 102 | .init_machine = picoxcell_init_machine, |
102 | .dt_compat = picoxcell_dt_match, | 103 | .dt_compat = picoxcell_dt_match, |
103 | .restart = picoxcell_wdt_restart, | 104 | .restart = picoxcell_wdt_restart, |