linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/5] PCI: hotplug: remove acpi_bus_generate_proc_event
@ 2012-09-03  0:03 Davidlohr Bueso
  2012-09-10 22:54 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Davidlohr Bueso @ 2012-09-03  0:03 UTC (permalink / raw)
  To: Bjorn Helgaas, Rusty Russell, Mauro Carvalho Chehab,
	Andrew Morton, Len Brown
  Cc: linux-pci, lkml, linux-acpi

Calling this function no longer makes sense as /proc/acpi/event
is being removed.

Signed-off-by: Davidlohr Bueso <dave@gnu.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(&note->device->dev),
 						  note->event, detail);
-- 
1.7.4.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-10 22:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-03  0:03 [PATCH 3/5] PCI: hotplug: remove acpi_bus_generate_proc_event Davidlohr Bueso
2012-09-10 22:54 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).