Skip to content

Commit

Permalink
ACPI: netlink: remove unnecessary EXPORT_SYMBOL
Browse files Browse the repository at this point in the history
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Jul 3, 2007
1 parent 864bdfb commit b563d6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/acpi/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -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)
{
Expand Down

0 comments on commit b563d6f

Please sign in to comment.