Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] IP22: Use common SGI button driver

Use the Indy/O2 button driver.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Thomas Bogendoerfer and committed by
Ralf Baechle
5a334fa9 36e5c21d

+1 -2
+1 -2
arch/mips/sgi-ip22/ip22-platform.c
··· 188 188 if (ip22_is_fullhouse()) 189 189 return 0; /* full house has no volume buttons */ 190 190 191 - return IS_ERR(platform_device_register_simple("sgiindybtns", 192 - -1, NULL, 0)); 191 + return IS_ERR(platform_device_register_simple("sgibtns", -1, NULL, 0)); 193 192 } 194 193 195 194 device_initcall(sgi_button_devinit);