diff options
Diffstat (limited to 'arch/sh/boards/renesas/rts7751r2d/setup.c')
-rw-r--r-- | arch/sh/boards/renesas/rts7751r2d/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/boards/renesas/rts7751r2d/setup.c b/arch/sh/boards/renesas/rts7751r2d/setup.c index 593f26a85e9c..656fda30ef70 100644 --- a/arch/sh/boards/renesas/rts7751r2d/setup.c +++ b/arch/sh/boards/renesas/rts7751r2d/setup.c | |||
@@ -176,7 +176,7 @@ static void __init rts7751r2d_setup(char **cmdline_p) | |||
176 | /* | 176 | /* |
177 | * The Machine Vector | 177 | * The Machine Vector |
178 | */ | 178 | */ |
179 | struct sh_machine_vector mv_rts7751r2d __initmv = { | 179 | static struct sh_machine_vector mv_rts7751r2d __initmv = { |
180 | .mv_name = "RTS7751R2D", | 180 | .mv_name = "RTS7751R2D", |
181 | .mv_setup = rts7751r2d_setup, | 181 | .mv_setup = rts7751r2d_setup, |
182 | .mv_nr_irqs = 72, | 182 | .mv_nr_irqs = 72, |
@@ -189,4 +189,3 @@ struct sh_machine_vector mv_rts7751r2d __initmv = { | |||
189 | .mv_consistent_free = voyagergx_consistent_free, | 189 | .mv_consistent_free = voyagergx_consistent_free, |
190 | #endif | 190 | #endif |
191 | }; | 191 | }; |
192 | ALIAS_MV(rts7751r2d) | ||