forked from Minki/linux
ACPI: drivers/acpi/scan.c: make acpi_bus_type static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
0a1f1ab8de
commit
9e5289f4dd
@ -1433,7 +1433,7 @@ static int acpi_device_resume(struct device * dev)
|
||||
}
|
||||
|
||||
|
||||
struct bus_type acpi_bus_type = {
|
||||
static struct bus_type acpi_bus_type = {
|
||||
.name = "acpi",
|
||||
.suspend = acpi_device_suspend,
|
||||
.resume = acpi_device_resume,
|
||||
|
Loading…
Reference in New Issue
Block a user