]> git.baikalelectronics.ru Git - 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)
commit834e9ae575c5663e662f74820c49587b12a27152
tree0c70538e39fb2edaa7ec11d867cfb8959f78f1bd
parent22025fc1927fa8738ae8d2edd9bb88891809c63c
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