diff options
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 8a3ea41063ec..c6db591479de 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
@@ -527,7 +527,7 @@ acpi_bus_driver_init(struct acpi_device *device, struct acpi_driver *driver) | |||
527 | return_VALUE(0); | 527 | return_VALUE(0); |
528 | } | 528 | } |
529 | 529 | ||
530 | int acpi_start_single_object(struct acpi_device *device) | 530 | static int acpi_start_single_object(struct acpi_device *device) |
531 | { | 531 | { |
532 | int result = 0; | 532 | int result = 0; |
533 | struct acpi_driver *driver; | 533 | struct acpi_driver *driver; |