diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-09-02 17:16:48 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-09-03 00:20:13 -0400 |
commit | 8713cbefafbb5a101ade541a4b0ffa108bf697cc (patch) | |
tree | 250886ed98620f32c401e823f523004014081c61 /drivers/acpi/scan.c | |
parent | aff8c2777d1a9edf97f26bf60579f9c931443eb1 (diff) |
[ACPI] add static to function definitions
Signed-off-by: Adrian Bunk <bunk@stusta.de>
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 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; |