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 {  	int timer_bit;  	unsigned long clockevent_rating;  	unsigned long clocksource_rating; +	unsigned int channels_mask;  };  #endif /* __SH_TIMER_H__ */  |