diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-24 12:23:16 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-10-25 16:50:00 -0400 |
commit | b6f03ae6defb61bb4b8e7a8e4b9081a1dd1d3ef9 (patch) | |
tree | b279a00c1c135d4e2bc202f5fcdd98f4fa3e8b3e /drivers/misc | |
parent | c9927c2bf4f45bb85e8b502ab3fb79ad6483c244 (diff) |
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>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/fujitsu-laptop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/fujitsu-laptop.c b/drivers/misc/fujitsu-laptop.c index d366a6cc1fd9..d686ba7f6f73 100644 --- a/drivers/misc/fujitsu-laptop.c +++ b/drivers/misc/fujitsu-laptop.c | |||
@@ -198,7 +198,7 @@ static struct platform_driver fujitsupf_driver = { | |||
198 | 198 | ||
199 | /* ACPI device */ | 199 | /* ACPI device */ |
200 | 200 | ||
201 | int acpi_fujitsu_add(struct acpi_device *device) | 201 | static int acpi_fujitsu_add(struct acpi_device *device) |
202 | { | 202 | { |
203 | int result = 0; | 203 | int result = 0; |
204 | int state = 0; | 204 | int state = 0; |
@@ -229,7 +229,7 @@ int acpi_fujitsu_add(struct acpi_device *device) | |||
229 | return result; | 229 | return result; |
230 | } | 230 | } |
231 | 231 | ||
232 | int acpi_fujitsu_remove(struct acpi_device *device, int type) | 232 | static int acpi_fujitsu_remove(struct acpi_device *device, int type) |
233 | { | 233 | { |
234 | ACPI_FUNCTION_TRACE("acpi_fujitsu_remove"); | 234 | ACPI_FUNCTION_TRACE("acpi_fujitsu_remove"); |
235 | 235 | ||