Commit 9e5289f4 authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown

ACPI: drivers/acpi/scan.c: make acpi_bus_type static

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 0a1f1ab8
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment