Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,