diff options
Diffstat (limited to 'arch/sh/boards/unknown/setup.c')
-rw-r--r-- | arch/sh/boards/unknown/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/boards/unknown/setup.c b/arch/sh/boards/unknown/setup.c index bee4612de59b..f975a1f9094b 100644 --- a/arch/sh/boards/unknown/setup.c +++ b/arch/sh/boards/unknown/setup.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <linux/init.h> | 15 | #include <linux/init.h> |
16 | #include <asm/machvec.h> | 16 | #include <asm/machvec.h> |
17 | 17 | ||
18 | struct sh_machine_vector mv_unknown __initmv = { | 18 | static struct sh_machine_vector mv_unknown __initmv = { |
19 | .mv_name = "Unknown", | 19 | .mv_name = "Unknown", |
20 | }; | 20 | }; |
21 | ALIAS_MV(unknown) | ||