]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
[MIPS] IP22: Use common SGI button driver
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 16 Jul 2008 13:18:54 +0000 (15:18 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 20 Jul 2008 13:38:18 +0000 (14:38 +0100)
Use the Indy/O2 button driver.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip22/ip22-platform.c

index fc6df96305ed24e261453fae13e821d1e5bf1aba..60141235ec40a956162f6343b27d55d567f0d386 100644 (file)
@@ -188,8 +188,7 @@ static int __init sgi_button_devinit(void)
        if (ip22_is_fullhouse())
                return 0; /* full house has no volume buttons */
 
-       return IS_ERR(platform_device_register_simple("sgiindybtns",
-                                                     -1, NULL, 0));
+       return IS_ERR(platform_device_register_simple("sgibtns", -1, NULL, 0));
 }
 
 device_initcall(sgi_button_devinit);