Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3e069ee0c30d6f28b79e409ef2df1ffa427897ae
Commit:     3e069ee0c30d6f28b79e409ef2df1ffa427897ae
Parent:     14e04fb34ffa82ee61ae69f98d8fca12d2e8e31c
Author:     Len Brown <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 24 03:06:33 2007 -0400
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Fri Aug 24 03:06:33 2007 -0400

    ACPI: fix ia64 allnoconfig build
    
    drivers/acpi/event.c:238: error: conflicting types for 
‘acpi_bus_generate_netlink_event’
    include/acpi/acpi_bus.h:324: error: previous declaration of 
‘acpi_bus_generate_netlink_event’ was here
    
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 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 cf6d516..a2b9304 100644
--- a/drivers/acpi/event.c
+++ b/drivers/acpi/event.c
@@ -233,8 +233,9 @@ static int acpi_event_genetlink_init(void)
 }
 
 #else
-int acpi_bus_generate_netlink_event(struct acpi_device *device, u8 type,
-                                     int data)
+int acpi_bus_generate_netlink_event(const char *device_class,
+                                     const char *bus_id,
+                                     u8 type, int data)
 {
        return 0;
 }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to