thinkpad_acpi.c: Fix sparse warning (make undeclared var static)

Fix the following sparse warning:

thinkpad_acpi.c:3459:11: warning: symbol 'adaptive_keyboard_modes' was not declared. Should it be static?

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
Lad, Prabhakar 2015-02-05 14:45:38 +00:00 committed by Darren Hart
parent 802cf2e1e0
commit b201a47f3c
1 changed files with 1 additions and 1 deletions

View File

@ -3456,7 +3456,7 @@ enum ADAPTIVE_KEY_MODE {
LAYFLAT_MODE
};
const int adaptive_keyboard_modes[] = {
static const int adaptive_keyboard_modes[] = {
HOME_MODE,
/* WEB_BROWSER_MODE = 2,
WEB_CONFERENCE_MODE = 3, */