[PATCH] pxa/hx4700: actually use platform_lcd driver
Dmitry Artamonow
mad_soft at inbox.ru
Wed Nov 25 06:33:15 EST 2009
Commit e2c509c7e6 ([ARM] pxa/hx4700: use platform_lcd driver)
missed to actually register platform device for LCD.
It causes following GCC warning:
arch/arm/mach-pxa/hx4700.c:553: warning: 'hx4700_lcd' defined but not used
Signed-off-by: Dmitry Artamonow <mad_soft at inbox.ru>
---
arch/arm/mach-pxa/hx4700.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
This is a fix for 2.6.32.
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c
index 83bd3c6..af44db2 100644
--- a/arch/arm/mach-pxa/hx4700.c
+++ b/arch/arm/mach-pxa/hx4700.c
@@ -820,6 +820,7 @@ static struct platform_device *devices[] __initdata = {
&gpio_keys,
&backlight,
&w3220,
+ &hx4700_lcd,
&egpio,
&bq24022,
&gpio_vbus,
--
1.6.3.4
More information about the linux-arm-kernel
mailing list