[PATCH 7/8] arm: pxa: fix device id for pwm
From: Chao Xie <hidden>
Date: 2012-07-31 06:29:07
Subsystem:
arm port, the rest · Maintainers:
Russell King, Linus Torvalds
From: Chao Xie <hidden>
Date: 2012-07-31 06:29:07
Subsystem:
arm port, the rest · Maintainers:
Russell King, Linus Torvalds
From: Chao Xie <redacted> pxa910 has same pwm as pxa168. pxa910-pwm is not needed. pxa168-pwm does not have depended secondary pwm. Signed-off-by: Chao Xie <redacted> --- arch/arm/plat-pxa/pwm.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/plat-pxa/pwm.c b/arch/arm/plat-pxa/pwm.c
index ef32686..45f039e 100644
--- a/arch/arm/plat-pxa/pwm.c
+++ b/arch/arm/plat-pxa/pwm.c@@ -30,7 +30,6 @@ static const struct platform_device_id pwm_id_table[] = { { "pxa25x-pwm", 0 }, { "pxa27x-pwm", 0 | HAS_SECONDARY_PWM }, { "pxa168-pwm", 1 }, - { "pxa910-pwm", 1 }, { }, }; MODULE_DEVICE_TABLE(platform, pwm_id_table);
--
1.7.0.4