backlight: Remove trivial get_brightness implementations
[cascardo/linux.git] / drivers / platform / x86 / samsung-q10.c
index 5413f62..28d12bd 100644 (file)
@@ -46,13 +46,7 @@ static int samsungq10_bl_set_intensity(struct backlight_device *bd)
        return 0;
 }
 
-static int samsungq10_bl_get_intensity(struct backlight_device *bd)
-{
-       return bd->props.brightness;
-}
-
 static const struct backlight_ops samsungq10_bl_ops = {
-       .get_brightness = samsungq10_bl_get_intensity,
        .update_status  = samsungq10_bl_set_intensity,
 };