[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1346630607.3170.31.camel@offbook>
Date: Mon, 03 Sep 2012 02:03:27 +0200
From: Davidlohr Bueso <dave@....org>
To: Bjorn Helgaas <bhelgaas@...gle.com>,
Rusty Russell <rusty@...tcorp.com.au>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Len Brown <lenb@...nel.org>
Cc: linux-pci@...r.kernel.org, lkml <linux-kernel@...r.kernel.org>,
linux-acpi@...r.kernel.org
Subject: [PATCH 3/5] PCI: hotplug: remove acpi_bus_generate_proc_event
Calling this function no longer makes sense as /proc/acpi/event
is being removed.
Signed-off-by: Davidlohr Bueso <dave@....org>
---
drivers/pci/hotplug/acpiphp_ibm.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/pci/hotplug/acpiphp_ibm.c b/drivers/pci/hotplug/acpiphp_ibm.c
index c35e8ad..5394fff 100644
--- a/drivers/pci/hotplug/acpiphp_ibm.c
+++ b/drivers/pci/hotplug/acpiphp_ibm.c
@@ -270,7 +270,6 @@ static void ibm_handle_events(acpi_handle handle, u32 event, void *context)
if (subevent == 0x80) {
dbg("%s: generationg bus event\n", __func__);
- acpi_bus_generate_proc_event(note->device, note->event, detail);
acpi_bus_generate_netlink_event(note->device->pnp.device_class,
dev_name(¬e->device->dev),
note->event, detail);
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists