From: Philipp Zabel Date: Fri, 7 Aug 2009 15:01:04 +0000 (+0200) Subject: [ARM] pxa/hx4700: use platform_lcd driver X-Git-Tag: firefly_0821_release~12329^2~9^2~21 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e2c509c7e6;p=firefly-linux-kernel-4.4.55.git [ARM] pxa/hx4700: use platform_lcd driver Instead of directly registering an lcd_device, use the platform_lcd driver. This fixes a broken build in case CONFIG_LCD_CLASS_DEVICE is not enabled. Signed-off-by: Philipp Zabel Cc: Ben Dooks Signed-off-by: Eric Miao --- diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c index 81359d574f88..f2058721254b 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c @@ -45,6 +45,7 @@ #include #include +#include