Linux ACPI
 help / color / mirror / Atom feed
* [PATCH] ACPI: event: fix acpi_bus_generate_netlink_event call
@ 2007-09-03  3:03 Henrique de Moraes Holschuh
  2007-09-03 20:59 ` Len Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Henrique de Moraes Holschuh @ 2007-09-03  3:03 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-acpi, Henrique de Moraes Holschuh

Fix for:
drivers/acpi/event.c:243: error: 'acpi_generate_netlink_event' undeclared
here (not in a function)

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
---
 drivers/acpi/event.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/acpi/event.c b/drivers/acpi/event.c
index a2b9304..5c95863 100644
--- a/drivers/acpi/event.c
+++ b/drivers/acpi/event.c
@@ -240,7 +240,7 @@ int acpi_bus_generate_netlink_event(const char *device_class,
 	return 0;
 }
 
-EXPORT_SYMBOL(acpi_generate_netlink_event);
+EXPORT_SYMBOL(acpi_bus_generate_netlink_event);
 
 static int acpi_event_genetlink_init(void)
 {
-- 
1.5.2.4


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

end of thread, other threads:[~2007-09-04  0:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-03  3:03 [PATCH] ACPI: event: fix acpi_bus_generate_netlink_event call Henrique de Moraes Holschuh
2007-09-03 20:59 ` Len Brown
2007-09-03 23:06   ` Henrique de Moraes Holschuh
2007-09-04  0:56     ` Zhang Rui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox