提交 9e5289f4 编写于 作者: A Adrian Bunk 提交者: Len Brown

ACPI: drivers/acpi/scan.c: make acpi_bus_type static

Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 0a1f1ab8
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册