ACPI / video: change acpi-video brightness_switch_enabled default to 0
[deliverable/linux.git] / drivers / acpi / video.c
index 88393899a0bc84067fe46b3c5866e53c599a4f29..fced27d8e42f9f9c311a6038181a213ec6be416a 100644 (file)
@@ -68,7 +68,7 @@ MODULE_AUTHOR("Bruno Ducrot");
 MODULE_DESCRIPTION("ACPI Video Driver");
 MODULE_LICENSE("GPL");
 
-static bool brightness_switch_enabled = 1;
+static bool brightness_switch_enabled;
 module_param(brightness_switch_enabled, bool, 0644);
 
 /*
This page took 0.032761 seconds and 5 git commands to generate.