]> git.karo-electronics.de Git - linux-beck.git/commitdiff
clocksource: shmobile: Remove unused sh_timer_config members
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 4 Mar 2014 17:50:53 +0000 (18:50 +0100)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 2 Jul 2014 14:01:51 +0000 (16:01 +0200)
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>
include/linux/sh_timer.h

index 8e1e036d6d456df6a972e18df766a1c0f17aeb1e..64638b058076e094ad785072912889640bcb7d85 100644 (file)
@@ -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;
 };