Commit 8700e161 authored by Axel Lin's avatar Axel Lin Committed by Matthew Garrett

msi-wmi: make needlessly global symbols static

backlight is needlessly defined global.
This patch makes the symbol static.
Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarAnisse Astier <anisse@astier.eu>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 6c3f6e6c
......@@ -57,7 +57,7 @@ static struct key_entry msi_wmi_keymap[] = {
};
static ktime_t last_pressed[ARRAY_SIZE(msi_wmi_keymap) - 1];
struct backlight_device *backlight;
static struct backlight_device *backlight;
static int backlight_map[] = { 0x00, 0x33, 0x66, 0x99, 0xCC, 0xFF };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment