[ACPI] add static to function definitions
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user