mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
[ARM] pxa/hx4700: actually use platform_lcd driver
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@inbox.ru>
Acked-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
This commit is contained in:
parent
0e85190755
commit
19d6c13b56
@ -820,6 +820,7 @@ static struct platform_device *devices[] __initdata = {
|
||||
&gpio_keys,
|
||||
&backlight,
|
||||
&w3220,
|
||||
&hx4700_lcd,
|
||||
&egpio,
|
||||
&bq24022,
|
||||
&gpio_vbus,
|
||||
|
Loading…
Reference in New Issue
Block a user