浏览代码

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>
Adrian Bunk 19 年之前
父节点
当前提交
9e5289f4dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/acpi/scan.c

+ 1 - 1
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",
 	.name		= "acpi",
 	.suspend	= acpi_device_suspend,
 	.suspend	= acpi_device_suspend,
 	.resume		= acpi_device_resume,
 	.resume		= acpi_device_resume,