diff options
| -rw-r--r-- | drivers/acpi/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 401e723e6c66..861ac378ce42 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
| @@ -1433,7 +1433,7 @@ static int acpi_device_resume(struct device * dev) | |||
| 1433 | } | 1433 | } |
| 1434 | 1434 | ||
| 1435 | 1435 | ||
| 1436 | struct bus_type acpi_bus_type = { | 1436 | static struct bus_type acpi_bus_type = { |
| 1437 | .name = "acpi", | 1437 | .name = "acpi", |
| 1438 | .suspend = acpi_device_suspend, | 1438 | .suspend = acpi_device_suspend, |
| 1439 | .resume = acpi_device_resume, | 1439 | .resume = acpi_device_resume, |
