projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e91df93
)
drivers/acpi/glue: revert accidental license-related 6b66d95895c bits
author
Jeff Garzik
<jeff@garzik.org>
Wed, 25 Jul 2012 18:24:13 +0000
(14:24 -0400)
committer
Jeff Garzik
<jgarzik@redhat.com>
Wed, 25 Jul 2012 18:24:13 +0000
(14:24 -0400)
Commit
6b66d95895c149cbc04d4fac5a2f5477c543a8ae
should not have changed
EXPORT_SYMBOL_GPL to EXPORT_SYMBOL.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/acpi/glue.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/glue.c
b/drivers/acpi/glue.c
index
18d6812
..
243ee85
100644
(file)
--- a/
drivers/acpi/glue.c
+++ b/
drivers/acpi/glue.c
@@
-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)
{