]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: mach-migor: Kill off unused Migo-R machvec.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 10 Dec 2008 08:09:36 +0000 (17:09 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:03 +0000 (18:44 +0900)
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>
arch/sh/boards/mach-migor/setup.c

index 38c34c1f8abed6ccdcbe0e2d12b5844dbc00318f..82e1d9a56aba5e35e5244056557428d82448ae8a 100644 (file)
@@ -589,12 +589,3 @@ static int __init migor_devices_setup(void)
        return platform_add_devices(migor_devices, ARRAY_SIZE(migor_devices));
 }
 __initcall(migor_devices_setup);
-
-static void __init migor_setup(char **cmdline_p)
-{
-}
-
-static struct sh_machine_vector mv_migor __initmv = {
-       .mv_name                = "Migo-R",
-       .mv_setup               = migor_setup,
-};