aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-pxa/hx4700.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c
index 0788a1f171fe..c66ad4edc5e3 100644
--- a/arch/arm/mach-pxa/hx4700.c
+++ b/arch/arm/mach-pxa/hx4700.c
@@ -574,14 +574,8 @@ static struct platform_device backlight = {
574}; 574};
575 575
576static struct pwm_lookup hx4700_pwm_lookup[] = { 576static struct pwm_lookup hx4700_pwm_lookup[] = {
577 { 577 PWM_LOOKUP("pxa27x-pwm.1", 0, "pwm-backlight", NULL,
578 .provider = "pxa27x-pwm.1", 578 30923, PWM_POLARITY_NORMAL),
579 .index = 0,
580 .dev_id = "pwm-backlight",
581 .con_id = NULL,
582 .period = 30923,
583 .polarity = PWM_POLARITY_NORMAL,
584 },
585}; 579};
586 580
587/* 581/*