aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/gpio_backlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/gpio_backlight.h')
-rw-r--r--include/linux/platform_data/gpio_backlight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/gpio_backlight.h b/include/linux/platform_data/gpio_backlight.h
index 5ae0d9c80d4d..683d90453c41 100644
--- a/include/linux/platform_data/gpio_backlight.h
+++ b/include/linux/platform_data/gpio_backlight.h
@@ -14,7 +14,6 @@ struct gpio_backlight_platform_data {
struct device *fbdev;
int gpio;
int def_value;
- bool active_low;
const char *name;
};