|
@@ -54,9 +54,6 @@ static int __init nslu2_power_init(void)
|
|
set_irq_type(NSLU2_RB_IRQ, IRQT_LOW);
|
|
set_irq_type(NSLU2_RB_IRQ, IRQT_LOW);
|
|
set_irq_type(NSLU2_PB_IRQ, IRQT_HIGH);
|
|
set_irq_type(NSLU2_PB_IRQ, IRQT_HIGH);
|
|
|
|
|
|
- gpio_line_isr_clear(NSLU2_RB_GPIO);
|
|
|
|
- gpio_line_isr_clear(NSLU2_PB_GPIO);
|
|
|
|
-
|
|
|
|
if (request_irq(NSLU2_RB_IRQ, &nslu2_reset_handler,
|
|
if (request_irq(NSLU2_RB_IRQ, &nslu2_reset_handler,
|
|
SA_INTERRUPT, "NSLU2 reset button", NULL) < 0) {
|
|
SA_INTERRUPT, "NSLU2 reset button", NULL) < 0) {
|
|
|
|
|