diff options
Diffstat (limited to 'drivers/acpi/event.c')
-rw-r--r-- | drivers/acpi/event.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/acpi/event.c b/drivers/acpi/event.c index cf6d5161cf31..a2b9304596ce 100644 --- a/drivers/acpi/event.c +++ b/drivers/acpi/event.c | |||
@@ -233,8 +233,9 @@ static int acpi_event_genetlink_init(void) | |||
233 | } | 233 | } |
234 | 234 | ||
235 | #else | 235 | #else |
236 | int acpi_bus_generate_netlink_event(struct acpi_device *device, u8 type, | 236 | int acpi_bus_generate_netlink_event(const char *device_class, |
237 | int data) | 237 | const char *bus_id, |
238 | u8 type, int data) | ||
238 | { | 239 | { |
239 | return 0; | 240 | return 0; |
240 | } | 241 | } |