Skip to content

Commit

Permalink
Merge branch 'acpi-fixes'
Browse files Browse the repository at this point in the history
* acpi-fixes:
  ACPI: Use EXPORT_SYMBOL() for acpi_bus_get_device()
  • Loading branch information
Rafael J. Wysocki committed Oct 2, 2013
2 parents 15c03dd + 6585925 commit 8a21c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ int acpi_bus_get_device(acpi_handle handle, struct acpi_device **device)
}
return 0;
}
EXPORT_SYMBOL_GPL(acpi_bus_get_device);
EXPORT_SYMBOL(acpi_bus_get_device);

int acpi_device_add(struct acpi_device *device,
void (*release)(struct device *))
Expand Down

0 comments on commit 8a21c0e

Please sign in to comment.