summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2014-03-04 18:50:53 +0100
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2015-02-04 11:15:29 +0100
commitd7d131a53c55194482b3c4c2ad0382370a3e91ca (patch)
treebed80dcff93f2ec2d046ec352088c8dfae212fb9 /include/linux
parent25fb58ad8d8d50df6fe895010e7ee2d02d3b6489 (diff)
downloadkernel-common-d7d131a53c55194482b3c4c2ad0382370a3e91ca.tar.gz
kernel-common-d7d131a53c55194482b3c4c2ad0382370a3e91ca.tar.bz2
kernel-common-d7d131a53c55194482b3c4c2ad0382370a3e91ca.zip
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> (cherry picked from commit 628627bfd943c077c65489acd8b23c7bb14eb0e2) Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sh_timer.h5
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 @@
#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;
};