|
@@ -441,13 +441,11 @@ static struct spi_board_info __initdata mistral_boardinfo[] = { {
|
|
|
.chip_select = 0,
|
|
|
} };
|
|
|
|
|
|
-#ifdef CONFIG_PM
|
|
|
static irqreturn_t
|
|
|
osk_mistral_wake_interrupt(int irq, void *ignored)
|
|
|
{
|
|
|
return IRQ_HANDLED;
|
|
|
}
|
|
|
-#endif
|
|
|
|
|
|
static void __init osk_mistral_init(void)
|
|
|
{
|
|
@@ -515,7 +513,6 @@ static void __init osk_mistral_init(void)
|
|
|
|
|
|
gpio_direction_input(OMAP_MPUIO(2));
|
|
|
irq_set_irq_type(irq, IRQ_TYPE_EDGE_RISING);
|
|
|
-#ifdef CONFIG_PM
|
|
|
/* share the IRQ in case someone wants to use the
|
|
|
* button for more than wakeup from system sleep.
|
|
|
*/
|
|
@@ -529,7 +526,6 @@ static void __init osk_mistral_init(void)
|
|
|
ret);
|
|
|
} else
|
|
|
enable_irq_wake(irq);
|
|
|
-#endif
|
|
|
} else
|
|
|
printk(KERN_ERR "OSK+Mistral: wakeup button is awol\n");
|
|
|
|