aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/zevio-timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clocksource/zevio-timer.c')
-rw-r--r--drivers/clocksource/zevio-timer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/clocksource/zevio-timer.c b/drivers/clocksource/zevio-timer.c
index 48cfe17f80a3..e5a6615fb393 100644
--- a/drivers/clocksource/zevio-timer.c
+++ b/drivers/clocksource/zevio-timer.c
@@ -98,9 +98,6 @@ static int zevio_timer_set_mode(enum clock_event_mode mode,
/* Stop timer */
writel(CNTL_STOP_TIMER, timer->timer1 + IO_CONTROL);
break;
- case CLOCK_EVT_MODE_PERIODIC:
- /* Unsupported */
- break;
default:
return -ENOSYS;
}