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) } -struct bus_type acpi_bus_type = { +static struct bus_type acpi_bus_type = { .name = "acpi", .suspend = acpi_device_suspend, .resume = acpi_device_resume, |