diff options
Diffstat (limited to 'arch/sh/boards/renesas/sh7710voipgw/setup.c')
-rw-r--r-- | arch/sh/boards/renesas/sh7710voipgw/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/boards/renesas/sh7710voipgw/setup.c b/arch/sh/boards/renesas/sh7710voipgw/setup.c index 180810b12107..2dce8bd97f90 100644 --- a/arch/sh/boards/renesas/sh7710voipgw/setup.c +++ b/arch/sh/boards/renesas/sh7710voipgw/setup.c | |||
@@ -88,9 +88,8 @@ static void __init sh7710voipgw_init_irq(void) | |||
88 | /* | 88 | /* |
89 | * The Machine Vector | 89 | * The Machine Vector |
90 | */ | 90 | */ |
91 | struct sh_machine_vector mv_sh7710voipgw __initmv = { | 91 | static struct sh_machine_vector mv_sh7710voipgw __initmv = { |
92 | .mv_name = "SH7710 VoIP Gateway", | 92 | .mv_name = "SH7710 VoIP Gateway", |
93 | .mv_nr_irqs = 104, | 93 | .mv_nr_irqs = 104, |
94 | .mv_init_irq = sh7710voipgw_init_irq, | 94 | .mv_init_irq = sh7710voipgw_init_irq, |
95 | }; | 95 | }; |
96 | ALIAS_MV(sh7710voipgw) | ||