diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-hmt.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-hmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-hmt.c b/arch/arm/mach-s3c64xx/mach-hmt.c index f39569e0f2e6..7ce417da3103 100644 --- a/arch/arm/mach-s3c64xx/mach-hmt.c +++ b/arch/arm/mach-s3c64xx/mach-hmt.c | |||
@@ -114,6 +114,7 @@ static struct platform_pwm_backlight_data hmt_backlight_data = { | |||
114 | .max_brightness = 100 * 256, | 114 | .max_brightness = 100 * 256, |
115 | .dft_brightness = 40 * 256, | 115 | .dft_brightness = 40 * 256, |
116 | .pwm_period_ns = 1000000000 / (100 * 256 * 20), | 116 | .pwm_period_ns = 1000000000 / (100 * 256 * 20), |
117 | .enable_gpio = -1, | ||
117 | .init = hmt_bl_init, | 118 | .init = hmt_bl_init, |
118 | .notify = hmt_bl_notify, | 119 | .notify = hmt_bl_notify, |
119 | .exit = hmt_bl_exit, | 120 | .exit = hmt_bl_exit, |