]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
platform/x86: dell-laptop: make some local functions static
authorweiyongjun (A) <weiyongjun1@huawei.com>
Sat, 23 Dec 2017 02:01:22 +0000 (02:01 +0000)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 28 Dec 2017 08:13:12 +0000 (10:13 +0200)
commite52f6d9fcb254a382bcea11ad1b88b3bb467a4cc
tree0c70538e39fb2edaa7ec11d867cfb8959f78f1bd
parent1b46f17d687a431c423f970a5d292c6fcd478afb
platform/x86: dell-laptop: make some local functions static

Fixes the following sparse warnings:

drivers/platform/x86/dell-laptop.c:289:6: warning:
 symbol 'dell_set_arguments' was not declared. Should it be static?
drivers/platform/x86/dell-laptop.c:298:5: warning:
 symbol 'dell_send_request' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/dell-laptop.c