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 8a3ea41063e..c6db591479d 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) return_VALUE(0); } -int acpi_start_single_object(struct acpi_device *device) +static int acpi_start_single_object(struct acpi_device *device) { int result = 0; struct acpi_driver *driver; |