mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00: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>
8 lines
133 B
C
8 lines
133 B
C
#ifndef __SH_TIMER_H__
|
|
#define __SH_TIMER_H__
|
|
|
|
struct sh_timer_config {
|
|
unsigned int channels_mask;
|
|
};
|
|
|
|
#endif /* __SH_TIMER_H__ */
|