mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-12 04:19:08 +00:00
Merge branch 'acpi-fixes'
* acpi-fixes: ACPI: Use EXPORT_SYMBOL() for acpi_bus_get_device()
This commit is contained in:
commit
8a21c0e745
@ -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 *))
|
||||
|
Loading…
x
Reference in New Issue
Block a user