mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
628627bfd9
The name, channel_offset, timer_bit, clockevent_rating and clocksource_rating members are unused. Remove them. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Tested-by: Simon Horman <horms+renesas@verge.net.au>
9 lines
133 B
C
9 lines
133 B
C
#ifndef __SH_TIMER_H__
|
|
#define __SH_TIMER_H__
|
|
|
|
struct sh_timer_config {
|
|
unsigned int channels_mask;
|
|
};
|
|
|
|
#endif /* __SH_TIMER_H__ */
|