mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
drivers/acpi/glue: revert accidental license-related 6b66d95895
bits
Commit 6b66d95895
should not have changed
EXPORT_SYMBOL_GPL to EXPORT_SYMBOL.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
e91df93ebd
commit
91e4d5a1d7
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ int register_acpi_bus_type(struct acpi_bus_type *type)
|
|||
}
|
||||
return -ENODEV;
|
||||
}
|
||||
EXPORT_SYMBOL(register_acpi_bus_type);
|
||||
EXPORT_SYMBOL_GPL(register_acpi_bus_type);
|
||||
|
||||
int unregister_acpi_bus_type(struct acpi_bus_type *type)
|
||||
{
|
||||
|
@ -55,7 +55,7 @@ int unregister_acpi_bus_type(struct acpi_bus_type *type)
|
|||
}
|
||||
return -ENODEV;
|
||||
}
|
||||
EXPORT_SYMBOL(unregister_acpi_bus_type);
|
||||
EXPORT_SYMBOL_GPL(unregister_acpi_bus_type);
|
||||
|
||||
static struct acpi_bus_type *acpi_get_bus_type(struct bus_type *type)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue