From: Len Brown <lenb@kernel.org>
To: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: linux-acpi@vger.kernel.org
Subject: Re: [PATCH] ACPI: event: fix acpi_bus_generate_netlink_event call
Date: Mon, 3 Sep 2007 16:59:23 -0400 [thread overview]
Message-ID: <200709031659.23663.lenb@kernel.org> (raw)
In-Reply-To: <11887886153952-git-send-email-hmh@hmh.eng.br>
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)
> {
next prev parent reply other threads:[~2007-09-03 20:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2007-09-03 23:06 ` Henrique de Moraes Holschuh
2007-09-04 0:56 ` Zhang Rui
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200709031659.23663.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=hmh@hmh.eng.br \
--cc=linux-acpi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox