|
@@ -69,6 +69,7 @@ static struct acpi_bus_type *acpi_get_bus_type(struct bus_type *type)
|
|
up_read(&bus_type_sem);
|
|
up_read(&bus_type_sem);
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL_GPL(register_acpi_bus_type);
|
|
|
|
|
|
static int acpi_find_bridge_device(struct device *dev, acpi_handle * handle)
|
|
static int acpi_find_bridge_device(struct device *dev, acpi_handle * handle)
|
|
{
|
|
{
|
|
@@ -85,6 +86,7 @@ static int acpi_find_bridge_device(struct device *dev, acpi_handle * handle)
|
|
up_read(&bus_type_sem);
|
|
up_read(&bus_type_sem);
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL_GPL(unregister_acpi_bus_type);
|
|
|
|
|
|
/* Get device's handler per its address under its parent */
|
|
/* Get device's handler per its address under its parent */
|
|
struct acpi_find_child {
|
|
struct acpi_find_child {
|