Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b563d6f30d937510e02541930b1558d0f5759413
Commit:     b563d6f30d937510e02541930b1558d0f5759413
Parent:     864bdfb912e372670b5b2541dac9d273a4a7722a
Author:     Len Brown <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 3 15:32:23 2007 -0400
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Tue Jul 3 15:32:23 2007 -0400

    ACPI: netlink: remove unnecessary EXPORT_SYMBOL
    
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/event.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/acpi/event.c b/drivers/acpi/event.c
index 98627b0..de4def9 100644
--- a/drivers/acpi/event.c
+++ b/drivers/acpi/event.c
@@ -221,7 +221,6 @@ int acpi_bus_generate_genetlink_event(struct acpi_device 
*device,
                                  "Failed to send a Genetlink message!\n"));
        return 0;
 }
-EXPORT_SYMBOL(acpi_bus_generate_genetlink_event);
 
 static int acpi_event_genetlink_init(void)
 {
@@ -245,7 +244,6 @@ int acpi_bus_generate_genetlink_event(struct acpi_device 
*device, u8 type,
 {
        return 0;
 }
-EXPORT_SYMBOL(acpi_bus_generate_genetlink_event);
 
 static int acpi_event_genetlink_init(void)
 {
-
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