aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/unicore32/kernel/puv3-nb0916.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/unicore32/kernel/puv3-nb0916.c b/arch/unicore32/kernel/puv3-nb0916.c
index 181108b8ecce..0c6618e71897 100644
--- a/arch/unicore32/kernel/puv3-nb0916.c
+++ b/arch/unicore32/kernel/puv3-nb0916.c
@@ -54,6 +54,7 @@ static struct platform_pwm_backlight_data nb0916_backlight_data = {
54 .max_brightness = 100, 54 .max_brightness = 100,
55 .dft_brightness = 100, 55 .dft_brightness = 100,
56 .pwm_period_ns = 70 * 1024, 56 .pwm_period_ns = 70 * 1024,
57 .enable_gpio = -1,
57}; 58};
58 59
59static struct gpio_keys_button nb0916_gpio_keys[] = { 60static struct gpio_keys_button nb0916_gpio_keys[] = {