diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-03-04 12:50:53 -0500 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-07-02 10:01:51 -0400 |
commit | 628627bfd943c077c65489acd8b23c7bb14eb0e2 (patch) | |
tree | 43b5feb2c5a066392a20a284f5dda9a68d7775ad /include/linux/sh_timer.h | |
parent | 8b2463d8cae2dda0c98ab5a15f25a0350a0e998d (diff) |
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: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tested-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'include/linux/sh_timer.h')
-rw-r--r-- | include/linux/sh_timer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/sh_timer.h b/include/linux/sh_timer.h index 8e1e036d6d45..64638b058076 100644 --- a/include/linux/sh_timer.h +++ b/include/linux/sh_timer.h | |||
@@ -2,11 +2,6 @@ | |||
2 | #define __SH_TIMER_H__ | 2 | #define __SH_TIMER_H__ |
3 | 3 | ||
4 | struct sh_timer_config { | 4 | struct sh_timer_config { |
5 | char *name; | ||
6 | long channel_offset; | ||
7 | int timer_bit; | ||
8 | unsigned long clockevent_rating; | ||
9 | unsigned long clocksource_rating; | ||
10 | unsigned int channels_mask; | 5 | unsigned int channels_mask; |
11 | }; | 6 | }; |
12 | 7 | ||