Message ID | 1346630604.3170.30.camel@offbook (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/char/sonypi.c b/drivers/char/sonypi.c index f877805..4543473 100644 --- a/drivers/char/sonypi.c +++ b/drivers/char/sonypi.c @@ -876,11 +876,6 @@ found: if (useinput) sonypi_report_input_event(event); -#ifdef CONFIG_ACPI - if (sonypi_acpi_device) - acpi_bus_generate_proc_event(sonypi_acpi_device, 1, event); -#endif - kfifo_in_locked(&sonypi_device.fifo, (unsigned char *)&event, sizeof(event), &sonypi_device.fifo_lock); kill_fasync(&sonypi_device.fifo_async, SIGIO, POLL_IN);
Calling this function no longer makes sense as /proc/acpi/event is being removed. Signed-off-by: Davidlohr Bueso <dave@gnu.org> --- drivers/char/sonypi.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)