diff options
Diffstat (limited to 'arch/sh/boards/titan/setup.c')
-rw-r--r-- | arch/sh/boards/titan/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/boards/titan/setup.c b/arch/sh/boards/titan/setup.c index 6bcd939bfaed..630f62f69a36 100644 --- a/arch/sh/boards/titan/setup.c +++ b/arch/sh/boards/titan/setup.c | |||
@@ -28,7 +28,7 @@ static void __init init_titan_irq(void) | |||
28 | make_ipr_irq(titan_ipr_map, ARRAY_SIZE(titan_ipr_map)); | 28 | make_ipr_irq(titan_ipr_map, ARRAY_SIZE(titan_ipr_map)); |
29 | } | 29 | } |
30 | 30 | ||
31 | struct sh_machine_vector mv_titan __initmv = { | 31 | static struct sh_machine_vector mv_titan __initmv = { |
32 | .mv_name = "Titan", | 32 | .mv_name = "Titan", |
33 | 33 | ||
34 | .mv_inb = titan_inb, | 34 | .mv_inb = titan_inb, |
@@ -52,4 +52,3 @@ struct sh_machine_vector mv_titan __initmv = { | |||
52 | 52 | ||
53 | .mv_init_irq = init_titan_irq, | 53 | .mv_init_irq = init_titan_irq, |
54 | }; | 54 | }; |
55 | ALIAS_MV(titan) | ||