diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2010-03-10 02:28:16 -0500 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2010-03-10 02:28:16 -0500 |
| commit | ec0ffe2ee0e0fb9da4409d86bfd72636450f32df (patch) | |
| tree | 75ec1d3de64fbadb5ebe5179926eb608dcfb81b6 /arch/sh/kernel/cpu/sh2 | |
| parent | 214a607a4f5bf5a14dab0304ba350cdaf3916795 (diff) | |
sh: Kill off all timer name clobbering.
Now that dev_name() can be used early, we no longer require a static
string. Kill off all of the superfluous timer names.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh2')
| -rw-r--r-- | arch/sh/kernel/cpu/sh2/setup-sh7619.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/kernel/cpu/sh2/setup-sh7619.c b/arch/sh/kernel/cpu/sh2/setup-sh7619.c index 114c7cee7184..9b96457ccc7b 100644 --- a/arch/sh/kernel/cpu/sh2/setup-sh7619.c +++ b/arch/sh/kernel/cpu/sh2/setup-sh7619.c | |||
| @@ -128,7 +128,6 @@ static struct platform_device eth_device = { | |||
| 128 | }; | 128 | }; |
| 129 | 129 | ||
| 130 | static struct sh_timer_config cmt0_platform_data = { | 130 | static struct sh_timer_config cmt0_platform_data = { |
| 131 | .name = "CMT0", | ||
| 132 | .channel_offset = 0x02, | 131 | .channel_offset = 0x02, |
| 133 | .timer_bit = 0, | 132 | .timer_bit = 0, |
| 134 | .clk = "peripheral_clk", | 133 | .clk = "peripheral_clk", |
| @@ -138,7 +137,6 @@ static struct sh_timer_config cmt0_platform_data = { | |||
| 138 | 137 | ||
| 139 | static struct resource cmt0_resources[] = { | 138 | static struct resource cmt0_resources[] = { |
| 140 | [0] = { | 139 | [0] = { |
| 141 | .name = "CMT0", | ||
| 142 | .start = 0xf84a0072, | 140 | .start = 0xf84a0072, |
| 143 | .end = 0xf84a0077, | 141 | .end = 0xf84a0077, |
| 144 | .flags = IORESOURCE_MEM, | 142 | .flags = IORESOURCE_MEM, |
| @@ -160,7 +158,6 @@ static struct platform_device cmt0_device = { | |||
| 160 | }; | 158 | }; |
| 161 | 159 | ||
| 162 | static struct sh_timer_config cmt1_platform_data = { | 160 | static struct sh_timer_config cmt1_platform_data = { |
| 163 | .name = "CMT1", | ||
| 164 | .channel_offset = 0x08, | 161 | .channel_offset = 0x08, |
| 165 | .timer_bit = 1, | 162 | .timer_bit = 1, |
| 166 | .clk = "peripheral_clk", | 163 | .clk = "peripheral_clk", |
| @@ -170,7 +167,6 @@ static struct sh_timer_config cmt1_platform_data = { | |||
| 170 | 167 | ||
| 171 | static struct resource cmt1_resources[] = { | 168 | static struct resource cmt1_resources[] = { |
| 172 | [0] = { | 169 | [0] = { |
| 173 | .name = "CMT1", | ||
| 174 | .start = 0xf84a0078, | 170 | .start = 0xf84a0078, |
| 175 | .end = 0xf84a007d, | 171 | .end = 0xf84a007d, |
| 176 | .flags = IORESOURCE_MEM, | 172 | .flags = IORESOURCE_MEM, |
