From: Richard Purdie Date: Wed, 2 Jan 2008 00:09:54 +0000 (+0100) Subject: [ARM] 4737/1: Refactor corgi_lcd to improve readability + bugfix X-Git-Tag: v2.6.25-rc1~1175^2^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ca4d6cfcee0cb2d25c0eb3b0172ecc6f223133ef;p=karo-tx-linux.git [ARM] 4737/1: Refactor corgi_lcd to improve readability + bugfix This patch refactors the code in corgi_lcd.c moving it to the board specific corgi and spitz files where appropriate instead of the existing ifdef mess which hinders readability. Fix spitz_get_hsync_len() to call get_hsync_invperiod so pxafb can be compiled as a module. The confusing variables which represent the inverse horizintal sync period are renamed to "invperiod" consistently. An incorrect comment in corgi_ts.c is also corrected. Signed-off-by: Richard Purdie Signed-off-by: Russell King --- diff --git a/arch/arm/mach-pxa/corgi.c b/arch/arm/mach-pxa/corgi.c index 2363cc64fe07..7304fdbfbb0f 100644 --- a/arch/arm/mach-pxa/corgi.c +++ b/arch/arm/mach-pxa/corgi.c @@ -21,6 +21,7 @@ #include #include #include +#include