diff options
Diffstat (limited to 'include/linux/sh_timer.h')
-rw-r--r-- | include/linux/sh_timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sh_timer.h b/include/linux/sh_timer.h index 4d9dcd138315..8e1e036d6d45 100644 --- a/include/linux/sh_timer.h +++ b/include/linux/sh_timer.h | |||
@@ -7,6 +7,7 @@ struct sh_timer_config { | |||
7 | int timer_bit; | 7 | int timer_bit; |
8 | unsigned long clockevent_rating; | 8 | unsigned long clockevent_rating; |
9 | unsigned long clocksource_rating; | 9 | unsigned long clocksource_rating; |
10 | unsigned int channels_mask; | ||
10 | }; | 11 | }; |
11 | 12 | ||
12 | #endif /* __SH_TIMER_H__ */ | 13 | #endif /* __SH_TIMER_H__ */ |