mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00: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…
x
Reference in New Issue
Block a user