diff options
-rw-r--r-- | arch/x86/kernel/olpc-pm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/olpc-pm.c b/arch/x86/kernel/olpc-pm.c index aff66aa53bcb..acedefbba498 100644 --- a/arch/x86/kernel/olpc-pm.c +++ b/arch/x86/kernel/olpc-pm.c @@ -424,9 +424,6 @@ int olpc_fixup_sleep(void) gpio_wake_events &= ~(GPIO_WAKEUP_LID); } - /* We don't want to wake up on superfluous events */ - olpc_ec_mask_unset(EC_SCI_SRC_BATSOC | EC_SCI_SRC_ACPWR); - /* * Cmd 0x32 tells the EC that we're going into suspend; this was * added to work around hardware races related to SCI events. This |