diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-10 03:09:36 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:03 -0500 |
commit | 4eec8834f085e5eaf70e64849f879068256c07c5 (patch) | |
tree | fce8de5b7f826dab9516113d77bd49daef4e1763 /arch | |
parent | 4545bfa00a010b619a596b3893be820935c01bb7 (diff) |
sh: mach-migor: Kill off unused Migo-R machvec.
This kills off the special Migo-R machvec, as nothing is using it. By
default this will switch to using the generic machvec, which provides the
same functionality. This saves us a bit of space in the machvec section.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/boards/mach-migor/setup.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index 38c34c1f8abe..82e1d9a56aba 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c | |||
@@ -589,12 +589,3 @@ static int __init migor_devices_setup(void) | |||
589 | return platform_add_devices(migor_devices, ARRAY_SIZE(migor_devices)); | 589 | return platform_add_devices(migor_devices, ARRAY_SIZE(migor_devices)); |
590 | } | 590 | } |
591 | __initcall(migor_devices_setup); | 591 | __initcall(migor_devices_setup); |
592 | |||
593 | static void __init migor_setup(char **cmdline_p) | ||
594 | { | ||
595 | } | ||
596 | |||
597 | static struct sh_machine_vector mv_migor __initmv = { | ||
598 | .mv_name = "Migo-R", | ||
599 | .mv_setup = migor_setup, | ||
600 | }; | ||