diff options
author | Jeff Garzik <jeff@garzik.org> | 2012-07-25 14:24:13 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-07-25 14:24:13 -0400 |
commit | 91e4d5a1d7d11ca0b08803a11cb8dc866d2d611f (patch) | |
tree | cc3cc432394a1b51bcd70f78dd2976ba16efb446 /drivers/acpi/glue.c | |
parent | e91df93ebd7bef40d175d51ab7bcbd3b5c4fc212 (diff) |
drivers/acpi/glue: revert accidental license-related 6b66d95895c bits
Commit 6b66d95895c149cbc04d4fac5a2f5477c543a8ae should not have changed
EXPORT_SYMBOL_GPL to EXPORT_SYMBOL.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/acpi/glue.c')
-rw-r--r-- | drivers/acpi/glue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/glue.c b/drivers/acpi/glue.c index 18d6812a699e..243ee85e4d2e 100644 --- a/drivers/acpi/glue.c +++ b/drivers/acpi/glue.c | |||
@@ -39,7 +39,7 @@ int register_acpi_bus_type(struct acpi_bus_type *type) | |||
39 | } | 39 | } |
40 | return -ENODEV; | 40 | return -ENODEV; |
41 | } | 41 | } |
42 | EXPORT_SYMBOL(register_acpi_bus_type); | 42 | EXPORT_SYMBOL_GPL(register_acpi_bus_type); |
43 | 43 | ||
44 | int unregister_acpi_bus_type(struct acpi_bus_type *type) | 44 | int unregister_acpi_bus_type(struct acpi_bus_type *type) |
45 | { | 45 | { |
@@ -55,7 +55,7 @@ int unregister_acpi_bus_type(struct acpi_bus_type *type) | |||
55 | } | 55 | } |
56 | return -ENODEV; | 56 | return -ENODEV; |
57 | } | 57 | } |
58 | EXPORT_SYMBOL(unregister_acpi_bus_type); | 58 | EXPORT_SYMBOL_GPL(unregister_acpi_bus_type); |
59 | 59 | ||
60 | static struct acpi_bus_type *acpi_get_bus_type(struct bus_type *type) | 60 | static struct acpi_bus_type *acpi_get_bus_type(struct bus_type *type) |
61 | { | 61 | { |