diff options
author | Rashika Kheria <rashika.kheria@gmail.com> | 2013-12-13 08:26:34 +0100 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2014-01-21 14:44:17 +0100 |
commit | 04b73387419942a6ba3e6a10327b72f43b760979 (patch) | |
tree | 1f778eea406ef57457d7f1ea7fb3563a96b0155f /drivers/platform/x86/wmi.c | |
parent | dell-laptop: rkill whitelist Precision models (diff) | |
download | linux-04b73387419942a6ba3e6a10327b72f43b760979.tar.xz linux-04b73387419942a6ba3e6a10327b72f43b760979.zip |
drivers: platform: Mark functions as static in hp_accel.c
This patch marks the functions lis3lv02d_acpi_init(),
lis3lv02d_acpi_read() and lis3lv02d_acpi_write() as static in
x86/hp_accel.c because they are not used outside this file.
Thus, it also eliminates the following warnings in x86/hp_accel.c:
drivers/platform/x86/hp_accel.c:91:5: warning: no previous prototype for ‘lis3lv02d_acpi_init’ [-Wmissing-prototypes]
drivers/platform/x86/hp_accel.c:109:5: warning: no previous prototype for ‘lis3lv02d_acpi_read’ [-Wmissing-prototypes]
drivers/platform/x86/hp_accel.c:132:5: warning: no previous prototype for ‘lis3lv02d_acpi_write’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform/x86/wmi.c')
0 files changed, 0 insertions, 0 deletions