Skip to content

Commit

Permalink
ACPI: drivers/acpi/scan.c: make acpi_bus_type static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Len Brown committed Jun 30, 2006
1 parent 0a1f1ab commit 9e5289f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9e5289f

Please sign in to comment.