diff options
author | Thierry Reding <thierry.reding@gmail.com> | 2015-10-05 10:49:44 +0200 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2015-10-06 21:05:01 +0200 |
commit | b0e9bbb97fea0198de9140142f750c4b7f08fc8a (patch) | |
tree | 257af06d9cddfee88059d49322339a844f9d9cde /arch/arm/mach-pxa/hx4700.c | |
parent | c3322022897ca528b57e8854cd4fc40c61f81eb6 (diff) | |
download | linux-b0e9bbb97fea0198de9140142f750c4b7f08fc8a.tar.gz linux-b0e9bbb97fea0198de9140142f750c4b7f08fc8a.tar.bz2 linux-b0e9bbb97fea0198de9140142f750c4b7f08fc8a.zip |
ARM: pxa: hx4700: Remove unused field initializers
The ID and period for the backlight PWM are obtained from a PWM lookup
table, so the corresponding values don't need to be duplicated into the
platform data.
Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Acked-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/mach-pxa/hx4700.c')
-rw-r--r-- | arch/arm/mach-pxa/hx4700.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c index 1e0301a0dbbb..b076a835eb21 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c @@ -557,10 +557,8 @@ static struct platform_device hx4700_lcd = { */ static struct platform_pwm_backlight_data backlight_data = { - .pwm_id = -1, /* Superseded by pwm_lookup */ .max_brightness = 200, .dft_brightness = 100, - .pwm_period_ns = 30923, .enable_gpio = -1, }; |