Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 };