mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 00:30:52 +07: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__ */
|