diff options
Diffstat (limited to 'arch/sh/kernel/timers/timer-tmu.c')
-rw-r--r-- | arch/sh/kernel/timers/timer-tmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/timers/timer-tmu.c b/arch/sh/kernel/timers/timer-tmu.c index 097ebd49f1bf..7aca37d79766 100644 --- a/arch/sh/kernel/timers/timer-tmu.c +++ b/arch/sh/kernel/timers/timer-tmu.c | |||
@@ -80,6 +80,7 @@ static void tmu_set_mode(enum clock_event_mode mode, | |||
80 | break; | 80 | break; |
81 | case CLOCK_EVT_MODE_UNUSED: | 81 | case CLOCK_EVT_MODE_UNUSED: |
82 | case CLOCK_EVT_MODE_SHUTDOWN: | 82 | case CLOCK_EVT_MODE_SHUTDOWN: |
83 | case CLOCK_EVT_MODE_RESUME: | ||
83 | break; | 84 | break; |
84 | } | 85 | } |
85 | } | 86 | } |