diff options
Diffstat (limited to 'drivers/clocksource/arm_arch_timer.c')
-rw-r--r-- | drivers/clocksource/arm_arch_timer.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/clocksource/arm_arch_timer.c b/drivers/clocksource/arm_arch_timer.c index 94e355bb0d38..04218c1043e1 100644 --- a/drivers/clocksource/arm_arch_timer.c +++ b/drivers/clocksource/arm_arch_timer.c | |||
@@ -55,8 +55,6 @@ | |||
55 | #define CNTV_TVAL 0x38 | 55 | #define CNTV_TVAL 0x38 |
56 | #define CNTV_CTL 0x3c | 56 | #define CNTV_CTL 0x3c |
57 | 57 | ||
58 | #define ARCH_TIMER_TYPE_CP15 BIT(0) | ||
59 | #define ARCH_TIMER_TYPE_MEM BIT(1) | ||
60 | static unsigned arch_timers_present __initdata; | 58 | static unsigned arch_timers_present __initdata; |
61 | 59 | ||
62 | static void __iomem *arch_counter_base; | 60 | static void __iomem *arch_counter_base; |
@@ -69,15 +67,6 @@ struct arch_timer { | |||
69 | #define to_arch_timer(e) container_of(e, struct arch_timer, evt) | 67 | #define to_arch_timer(e) container_of(e, struct arch_timer, evt) |
70 | 68 | ||
71 | static u32 arch_timer_rate; | 69 | static u32 arch_timer_rate; |
72 | |||
73 | enum arch_timer_ppi_nr { | ||
74 | ARCH_TIMER_PHYS_SECURE_PPI, | ||
75 | ARCH_TIMER_PHYS_NONSECURE_PPI, | ||
76 | ARCH_TIMER_VIRT_PPI, | ||
77 | ARCH_TIMER_HYP_PPI, | ||
78 | ARCH_TIMER_MAX_TIMER_PPI | ||
79 | }; | ||
80 | |||
81 | static int arch_timer_ppi[ARCH_TIMER_MAX_TIMER_PPI]; | 70 | static int arch_timer_ppi[ARCH_TIMER_MAX_TIMER_PPI]; |
82 | 71 | ||
83 | static struct clock_event_device __percpu *arch_timer_evt; | 72 | static struct clock_event_device __percpu *arch_timer_evt; |