Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 628627bf authored by Laurent Pinchart's avatar Laurent Pinchart
Browse files

clocksource: shmobile: Remove unused sh_timer_config members



The name, channel_offset, timer_bit, clockevent_rating and
clocksource_rating members are unused. Remove them.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tested-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 8b2463d8
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2,11 +2,6 @@
#define __SH_TIMER_H__

struct sh_timer_config {
	char *name;
	long channel_offset;
	int timer_bit;
	unsigned long clockevent_rating;
	unsigned long clocksource_rating;
	unsigned int channels_mask;
};