diff options
| author | Adrian Bunk <[email protected]> | 2005-09-02 21:16:48 +0000 |
|---|---|---|
| committer | Len Brown <[email protected]> | 2005-09-03 04:20:13 +0000 |
| commit | 8713cbefafbb5a101ade541a4b0ffa108bf697cc (patch) | |
| tree | 250886ed98620f32c401e823f523004014081c61 /drivers/acpi/scan.c | |
| parent | [ACPI] ACPICA 20050902 (diff) | |
| download | kernel-8713cbefafbb5a101ade541a4b0ffa108bf697cc.tar.gz kernel-8713cbefafbb5a101ade541a4b0ffa108bf697cc.zip | |
[ACPI] add static to function definitions
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Len Brown <[email protected]>
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) 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; |
