diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh2/setup-sh7619.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh2/setup-sh7619.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/kernel/cpu/sh2/setup-sh7619.c b/arch/sh/kernel/cpu/sh2/setup-sh7619.c index d70c263eb07e..94ac27fc2237 100644 --- a/arch/sh/kernel/cpu/sh2/setup-sh7619.c +++ b/arch/sh/kernel/cpu/sh2/setup-sh7619.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/serial.h> | 13 | #include <linux/serial.h> |
14 | #include <linux/serial_sci.h> | 14 | #include <linux/serial_sci.h> |
15 | #include <linux/sh_cmt.h> | 15 | #include <linux/sh_timer.h> |
16 | #include <linux/io.h> | 16 | #include <linux/io.h> |
17 | 17 | ||
18 | enum { | 18 | enum { |
@@ -111,7 +111,7 @@ static struct platform_device eth_device = { | |||
111 | .resource = eth_resources, | 111 | .resource = eth_resources, |
112 | }; | 112 | }; |
113 | 113 | ||
114 | static struct sh_cmt_config cmt0_platform_data = { | 114 | static struct sh_timer_config cmt0_platform_data = { |
115 | .name = "CMT0", | 115 | .name = "CMT0", |
116 | .channel_offset = 0x02, | 116 | .channel_offset = 0x02, |
117 | .timer_bit = 0, | 117 | .timer_bit = 0, |
@@ -143,7 +143,7 @@ static struct platform_device cmt0_device = { | |||
143 | .num_resources = ARRAY_SIZE(cmt0_resources), | 143 | .num_resources = ARRAY_SIZE(cmt0_resources), |
144 | }; | 144 | }; |
145 | 145 | ||
146 | static struct sh_cmt_config cmt1_platform_data = { | 146 | static struct sh_timer_config cmt1_platform_data = { |
147 | .name = "CMT1", | 147 | .name = "CMT1", |
148 | .channel_offset = 0x08, | 148 | .channel_offset = 0x08, |
149 | .timer_bit = 1, | 149 | .timer_bit = 1, |