diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh2a/setup-mxg.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh2a/setup-mxg.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/setup-mxg.c b/arch/sh/kernel/cpu/sh2a/setup-mxg.c index 870030aa05bc..a452d9649069 100644 --- a/arch/sh/kernel/cpu/sh2a/setup-mxg.c +++ b/arch/sh/kernel/cpu/sh2a/setup-mxg.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/serial.h> | 12 | #include <linux/serial.h> |
13 | #include <linux/serial_sci.h> | 13 | #include <linux/serial_sci.h> |
14 | #include <linux/sh_mtu2.h> | 14 | #include <linux/sh_timer.h> |
15 | 15 | ||
16 | enum { | 16 | enum { |
17 | UNUSED = 0, | 17 | UNUSED = 0, |
@@ -114,7 +114,7 @@ static struct intc_mask_reg mask_registers[] __initdata = { | |||
114 | static DECLARE_INTC_DESC(intc_desc, "mxg", vectors, groups, | 114 | static DECLARE_INTC_DESC(intc_desc, "mxg", vectors, groups, |
115 | mask_registers, prio_registers, NULL); | 115 | mask_registers, prio_registers, NULL); |
116 | 116 | ||
117 | static struct sh_mtu2_config mtu2_0_platform_data = { | 117 | static struct sh_timer_config mtu2_0_platform_data = { |
118 | .name = "MTU2_0", | 118 | .name = "MTU2_0", |
119 | .channel_offset = -0x80, | 119 | .channel_offset = -0x80, |
120 | .timer_bit = 0, | 120 | .timer_bit = 0, |
@@ -145,7 +145,7 @@ static struct platform_device mtu2_0_device = { | |||
145 | .num_resources = ARRAY_SIZE(mtu2_0_resources), | 145 | .num_resources = ARRAY_SIZE(mtu2_0_resources), |
146 | }; | 146 | }; |
147 | 147 | ||
148 | static struct sh_mtu2_config mtu2_1_platform_data = { | 148 | static struct sh_timer_config mtu2_1_platform_data = { |
149 | .name = "MTU2_1", | 149 | .name = "MTU2_1", |
150 | .channel_offset = -0x100, | 150 | .channel_offset = -0x100, |
151 | .timer_bit = 1, | 151 | .timer_bit = 1, |
@@ -176,7 +176,7 @@ static struct platform_device mtu2_1_device = { | |||
176 | .num_resources = ARRAY_SIZE(mtu2_1_resources), | 176 | .num_resources = ARRAY_SIZE(mtu2_1_resources), |
177 | }; | 177 | }; |
178 | 178 | ||
179 | static struct sh_mtu2_config mtu2_2_platform_data = { | 179 | static struct sh_timer_config mtu2_2_platform_data = { |
180 | .name = "MTU2_2", | 180 | .name = "MTU2_2", |
181 | .channel_offset = 0x80, | 181 | .channel_offset = 0x80, |
182 | .timer_bit = 2, | 182 | .timer_bit = 2, |