diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 05:15:00 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-06-30 14:28:50 -0400 |
commit | 9e5289f4dd2326fb8c0a3af23a954158ca99c354 (patch) | |
tree | 93f040f73ef2898df7cf73f708e19833945ca771 /drivers/acpi/scan.c | |
parent | 0a1f1ab8de815cb63a48d24450f6b5fbb1b1f89c (diff) |
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>
Diffstat (limited to 'drivers/acpi/scan.c')
-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, |