forked from luck/tmp_suning_uos_patched
fujitsu-laptop: make 2 functions static
acpi_fujitsu_{add,remove}() can become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
c9927c2bf4
commit
b6f03ae6de
@ -198,7 +198,7 @@ static struct platform_driver fujitsupf_driver = {
|
||||
|
||||
/* ACPI device */
|
||||
|
||||
int acpi_fujitsu_add(struct acpi_device *device)
|
||||
static int acpi_fujitsu_add(struct acpi_device *device)
|
||||
{
|
||||
int result = 0;
|
||||
int state = 0;
|
||||
@ -229,7 +229,7 @@ int acpi_fujitsu_add(struct acpi_device *device)
|
||||
return result;
|
||||
}
|
||||
|
||||
int acpi_fujitsu_remove(struct acpi_device *device, int type)
|
||||
static int acpi_fujitsu_remove(struct acpi_device *device, int type)
|
||||
{
|
||||
ACPI_FUNCTION_TRACE("acpi_fujitsu_remove");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user