diff options
Diffstat (limited to 'arch/arm/common')
-rw-r--r-- | arch/arm/common/timer-sp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/common/timer-sp.c b/arch/arm/common/timer-sp.c index 023ee63827a2..e901d0f3e0bb 100644 --- a/arch/arm/common/timer-sp.c +++ b/arch/arm/common/timer-sp.c | |||
@@ -166,7 +166,8 @@ static int sp804_set_next_event(unsigned long next, | |||
166 | } | 166 | } |
167 | 167 | ||
168 | static struct clock_event_device sp804_clockevent = { | 168 | static struct clock_event_device sp804_clockevent = { |
169 | .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT, | 169 | .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT | |
170 | CLOCK_EVT_FEAT_DYNIRQ, | ||
170 | .set_mode = sp804_set_mode, | 171 | .set_mode = sp804_set_mode, |
171 | .set_next_event = sp804_set_next_event, | 172 | .set_next_event = sp804_set_next_event, |
172 | .rating = 300, | 173 | .rating = 300, |