aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/sh_timer.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-10-13 07:36:38 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-10-31 10:40:39 -0400
commit03ff858c09c81a659b2a90a08826bc0abdbb784c (patch)
tree82f43197b1030e0faaf0e158e30bf15112757366 /include/linux/sh_timer.h
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (diff)
downloadwireguard-linux-03ff858c09c81a659b2a90a08826bc0abdbb784c.tar.xz
wireguard-linux-03ff858c09c81a659b2a90a08826bc0abdbb784c.zip
ARM: shmobile: remove sh_timer_config clk member
Now when the SH-Mobile ARM platforms have been converted to use device name it is possible to remove "clk" from struct sh_timer_config. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux/sh_timer.h')
-rw-r--r--include/linux/sh_timer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sh_timer.h b/include/linux/sh_timer.h
index 864bd56bd3b0..4d9dcd138315 100644
--- a/include/linux/sh_timer.h
+++ b/include/linux/sh_timer.h
@@ -5,7 +5,6 @@ struct sh_timer_config {
char *name;
long channel_offset;
int timer_bit;
- char *clk;
unsigned long clockevent_rating;
unsigned long clocksource_rating;
};