diff options
Diffstat (limited to 'arch/sh/boards/hp6xx/mach.c')
-rw-r--r-- | arch/sh/boards/hp6xx/mach.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sh/boards/hp6xx/mach.c b/arch/sh/boards/hp6xx/mach.c index 08dbba910f74..35b895960474 100644 --- a/arch/sh/boards/hp6xx/mach.c +++ b/arch/sh/boards/hp6xx/mach.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <asm/io.h> | 13 | #include <asm/io.h> |
14 | #include <asm/irq.h> | 14 | #include <asm/irq.h> |
15 | 15 | ||
16 | struct sh_machine_vector mv_hp6xx __initmv = { | 16 | static struct sh_machine_vector mv_hp6xx __initmv = { |
17 | .mv_nr_irqs = HD64461_IRQBASE + HD64461_IRQ_NUM, | 17 | .mv_nr_irqs = HD64461_IRQBASE + HD64461_IRQ_NUM, |
18 | 18 | ||
19 | .mv_inb = hd64461_inb, | 19 | .mv_inb = hd64461_inb, |
@@ -42,5 +42,3 @@ struct sh_machine_vector mv_hp6xx __initmv = { | |||
42 | 42 | ||
43 | .mv_irq_demux = hd64461_irq_demux, | 43 | .mv_irq_demux = hd64461_irq_demux, |
44 | }; | 44 | }; |
45 | |||
46 | ALIAS_MV(hp6xx) | ||