All of lore.kernel.org
 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

* Re: [PATCH] ACPI: event: fix acpi_bus_generate_netlink_event call
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Len Brown @ 2007-09-03 20:59 UTC (permalink / raw)
  To: Henrique de Moraes Holschuh; +Cc: linux-acpi

Wow, do you really build with CONFIG_NET=n,
or did randconfig find this?

-Len

On Sunday 02 September 2007 23:03, Henrique de Moraes Holschuh wrote:
> 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)
>  {

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

* Re: [PATCH] ACPI: event: fix acpi_bus_generate_netlink_event call
  2007-09-03 20:59 ` Len Brown
@ 2007-09-03 23:06   ` Henrique de Moraes Holschuh
  2007-09-04  0:56     ` Zhang Rui
  0 siblings, 1 reply; 4+ messages in thread
From: Henrique de Moraes Holschuh @ 2007-09-03 23:06 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-acpi

On Mon, 03 Sep 2007, Len Brown wrote:
> Wow, do you really build with CONFIG_NET=n,
> or did randconfig find this?

My build-it-quick config for thinkpad-acpi has CONFIG_NET=n :-)

It is not a kernel I use to test anything but straight "does it even
compile?", though...

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

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

* Re: [PATCH] ACPI: event: fix acpi_bus_generate_netlink_event call
  2007-09-03 23:06   ` Henrique de Moraes Holschuh
@ 2007-09-04  0:56     ` Zhang Rui
  0 siblings, 0 replies; 4+ messages in thread
From: Zhang Rui @ 2007-09-04  0:56 UTC (permalink / raw)
  To: Henrique de Moraes Holschuh; +Cc: Len Brown, linux-acpi

On Mon, 2007-09-03 at 20:06 -0300, Henrique de Moraes Holschuh wrote:
> On Mon, 03 Sep 2007, Len Brown wrote:
> > Wow, do you really build with CONFIG_NET=n,
> > or did randconfig find this?
> 
> My build-it-quick config for thinkpad-acpi has CONFIG_NET=n :-)
> 
> It is not a kernel I use to test anything but straight "does it even
> compile?", though...
> 
Oops, thanks for fixing this.

Rui

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.