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@xxxxxxxxxx> > --- > 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) > { - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html