projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e5c21
)
[MIPS] IP22: Use common SGI button driver
author
Thomas Bogendoerfer
<tsbogend@alpha.franken.de>
Wed, 16 Jul 2008 13:18:54 +0000
(15:18 +0200)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/arch/mips/sgi-ip22/ip22-platform.c
b/arch/mips/sgi-ip22/ip22-platform.c
index fc6df96305ed24e261453fae13e821d1e5bf1aba..60141235ec40a956162f6343b27d55d567f0d386 100644
(file)
--- a/
arch/mips/sgi-ip22/ip22-platform.c
+++ b/
arch/mips/sgi-ip22/ip22-platform.c
@@
-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);