diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-07-16 09:18:54 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-20 09:38:18 -0400 |
commit | 5a334fa9240411121f5dda9605fc7fd98429e8c5 (patch) | |
tree | a8c5bdead17d1eb1cd8d43279e930ea0bf27ab69 /arch/mips | |
parent | 36e5c21de51e83bfa17c1e7334050edd2eda3d47 (diff) |
[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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/sgi-ip22/ip22-platform.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/sgi-ip22/ip22-platform.c b/arch/mips/sgi-ip22/ip22-platform.c index fc6df96305ed..60141235ec40 100644 --- 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) | |||
188 | if (ip22_is_fullhouse()) | 188 | if (ip22_is_fullhouse()) |
189 | return 0; /* full house has no volume buttons */ | 189 | return 0; /* full house has no volume buttons */ |
190 | 190 | ||
191 | return IS_ERR(platform_device_register_simple("sgiindybtns", | 191 | return IS_ERR(platform_device_register_simple("sgibtns", -1, NULL, 0)); |
192 | -1, NULL, 0)); | ||
193 | } | 192 | } |
194 | 193 | ||
195 | device_initcall(sgi_button_devinit); | 194 | device_initcall(sgi_button_devinit); |