diff options
Diffstat (limited to 'drivers/acpi/glue.c')
| -rw-r--r-- | drivers/acpi/glue.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/drivers/acpi/glue.c b/drivers/acpi/glue.c index 4893e256e399..eda0978b57c6 100644 --- a/drivers/acpi/glue.c +++ b/drivers/acpi/glue.c | |||
| @@ -36,8 +36,6 @@ int register_acpi_bus_type(struct acpi_bus_type *type) | |||
| 36 | return -ENODEV; | 36 | return -ENODEV; | 
| 37 | } | 37 | } | 
| 38 | 38 | ||
| 39 | EXPORT_SYMBOL(register_acpi_bus_type); | ||
| 40 | |||
| 41 | int unregister_acpi_bus_type(struct acpi_bus_type *type) | 39 | int unregister_acpi_bus_type(struct acpi_bus_type *type) | 
| 42 | { | 40 | { | 
| 43 | if (acpi_disabled) | 41 | if (acpi_disabled) | 
| @@ -53,8 +51,6 @@ int unregister_acpi_bus_type(struct acpi_bus_type *type) | |||
| 53 | return -ENODEV; | 51 | return -ENODEV; | 
| 54 | } | 52 | } | 
| 55 | 53 | ||
| 56 | EXPORT_SYMBOL(unregister_acpi_bus_type); | ||
| 57 | |||
| 58 | static struct acpi_bus_type *acpi_get_bus_type(struct bus_type *type) | 54 | static struct acpi_bus_type *acpi_get_bus_type(struct bus_type *type) | 
| 59 | { | 55 | { | 
| 60 | struct acpi_bus_type *tmp, *ret = NULL; | 56 | struct acpi_bus_type *tmp, *ret = NULL; | 
