diff options
author | Len Brown <len.brown@intel.com> | 2007-07-03 15:32:23 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-07-03 15:32:23 -0400 |
commit | b563d6f30d937510e02541930b1558d0f5759413 (patch) | |
tree | bc39b11f65fb910fbdbedcb0e303cd0bb3546886 | |
parent | 864bdfb912e372670b5b2541dac9d273a4a7722a (diff) |
ACPI: netlink: remove unnecessary EXPORT_SYMBOL
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | 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 98627b02f547..de4def9b5515 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, | |||
221 | "Failed to send a Genetlink message!\n")); | 221 | "Failed to send a Genetlink message!\n")); |
222 | return 0; | 222 | return 0; |
223 | } | 223 | } |
224 | EXPORT_SYMBOL(acpi_bus_generate_genetlink_event); | ||
225 | 224 | ||
226 | static int acpi_event_genetlink_init(void) | 225 | static int acpi_event_genetlink_init(void) |
227 | { | 226 | { |
@@ -245,7 +244,6 @@ int acpi_bus_generate_genetlink_event(struct acpi_device *device, u8 type, | |||
245 | { | 244 | { |
246 | return 0; | 245 | return 0; |
247 | } | 246 | } |
248 | EXPORT_SYMBOL(acpi_bus_generate_genetlink_event); | ||
249 | 247 | ||
250 | static int acpi_event_genetlink_init(void) | 248 | static int acpi_event_genetlink_init(void) |
251 | { | 249 | { |