X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Facpi%2Fscan.c;h=5fcb50c7b77802d135cbbe1368f96e8fabd6877e;hp=a05b3dfb5cc5c71627868cf7fc7e29b55b001759;hb=ba290ab7dace8b3339c0cc86c221d48eed21e956;hpb=02438d8771ae6a4b215938959827692026380bf9 diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index a05b3dfb5cc5..5fcb50c7b778 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -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,