From: Richard Purdie This patch moves the platform specific Sharp SL-C7x0 LCD code from the w100fb driver into a more appropriate place and updates the Corgi code to match the new w100fb driver. It also updates the corgi touchscreen code to match the new simplified interface available from w100fb. Signed-off-by: Richard Purdie Signed-off-by: Andrew Morton --- arch/arm/mach-pxa/Makefile | 2 arch/arm/mach-pxa/corgi.c | 35 --- arch/arm/mach-pxa/corgi_lcd.c | 396 +++++++++++++++++++++++++++++++++++ drivers/input/touchscreen/corgi_ts.c | 28 -- include/asm-arm/arch-pxa/corgi.h | 8 5 files changed, 408 insertions(+), 61 deletions(-) diff -puN arch/arm/mach-pxa/corgi.c~w100fb-update-corgi-platform-code-to-match-new arch/arm/mach-pxa/corgi.c --- devel/arch/arm/mach-pxa/corgi.c~w100fb-update-corgi-platform-code-to-match-new 2005-08-07 10:06:51.000000000 -0700 +++ devel-akpm/arch/arm/mach-pxa/corgi.c 2005-08-07 10:06:51.000000000 -0700 @@ -39,7 +39,6 @@ #include #include -#include