From: Laurent Pinchart Date: Tue, 4 Mar 2014 17:50:53 +0000 (+0100) Subject: clocksource: shmobile: Remove unused sh_timer_config members X-Git-Tag: firefly_0821_release~176^2~3477^2~71^2~15^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=628627bfd943c077c65489acd8b23c7bb14eb0e2;p=firefly-linux-kernel-4.4.55.git 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 Tested-by: Simon Horman --- 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 @@ #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; };