drivers: platform: Mark functions as static in hp_accel.c
authorRashika Kheria <rashika.kheria@gmail.com>
Fri, 13 Dec 2013 07:26:34 +0000 (12:56 +0530)
committerMatthew Garrett <matthew.garrett@nebula.com>
Tue, 21 Jan 2014 13:44:17 +0000 (08:44 -0500)
commit04b73387419942a6ba3e6a10327b72f43b760979
tree1f778eea406ef57457d7f1ea7fb3563a96b0155f
parentba5194f18637a95692b5d146004d1aa8be08c525
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>
drivers/platform/x86/hp_accel.c