diff options
Diffstat (limited to 'arch/sh/boards/dreamcast/setup.c')
-rw-r--r-- | arch/sh/boards/dreamcast/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/boards/dreamcast/setup.c b/arch/sh/boards/dreamcast/setup.c index f13017eeeb27..8799df6e866a 100644 --- a/arch/sh/boards/dreamcast/setup.c +++ b/arch/sh/boards/dreamcast/setup.c | |||
@@ -60,7 +60,7 @@ static void __init dreamcast_setup(char **cmdline_p) | |||
60 | #endif | 60 | #endif |
61 | } | 61 | } |
62 | 62 | ||
63 | struct sh_machine_vector mv_dreamcast __initmv = { | 63 | static struct sh_machine_vector mv_dreamcast __initmv = { |
64 | .mv_name = "Sega Dreamcast", | 64 | .mv_name = "Sega Dreamcast", |
65 | .mv_setup = dreamcast_setup, | 65 | .mv_setup = dreamcast_setup, |
66 | .mv_irq_demux = systemasic_irq_demux, | 66 | .mv_irq_demux = systemasic_irq_demux, |
@@ -70,4 +70,3 @@ struct sh_machine_vector mv_dreamcast __initmv = { | |||
70 | .mv_consistent_free = dreamcast_consistent_free, | 70 | .mv_consistent_free = dreamcast_consistent_free, |
71 | #endif | 71 | #endif |
72 | }; | 72 | }; |
73 | ALIAS_MV(dreamcast) | ||