diff options
| -rw-r--r-- | drivers/char/sonypi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/sonypi.c b/drivers/char/sonypi.c index 172d3e47070f..921c6d2bc8fc 100644 --- a/drivers/char/sonypi.c +++ b/drivers/char/sonypi.c | |||
| @@ -1434,7 +1434,7 @@ static int __devexit sonypi_remove(struct platform_device *dev) | |||
| 1434 | { | 1434 | { |
| 1435 | sonypi_disable(); | 1435 | sonypi_disable(); |
| 1436 | 1436 | ||
| 1437 | synchronize_sched(); /* Allow sonypi interrupt to complete. */ | 1437 | synchronize_irq(sonypi_device.irq); |
| 1438 | flush_scheduled_work(); | 1438 | flush_scheduled_work(); |
| 1439 | 1439 | ||
| 1440 | if (useinput) { | 1440 | if (useinput) { |
