msi-wmi: make needlessly global symbols static
[linux-2.6-microblaze.git] / drivers / platform / x86 / msi-wmi.c
index d173600..42a5469 100644 (file)
@@ -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 };