From f1f60b5f55099a658a5f79cc453b371a439864e6 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 7 Sep 2011 11:09:26 +0200 Subject: fbdev: sh_mobile_lcdc: Reorder code into sections Make the driver more readable by reordering code and splitting it into logical sections. Reorder the headers alphabetically. No modification to the code have been performed. Signed-off-by: Laurent Pinchart --- drivers/video/sh_mobile_lcdcfb.c | 421 +++++++++++++++++++++------------------ 1 file changed, 231 insertions(+), 190 deletions(-) (limited to 'drivers/video/sh_mobile_lcdcfb.c') diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c index aac5b369d73c..8b18360fd47a 100644 --- a/drivers/video/sh_mobile_lcdcfb.c +++ b/drivers/video/sh_mobile_lcdcfb.c @@ -8,26 +8,27 @@ * for more details. */ -#include -#include -#include -#include +#include +#include #include -#include -#include +#include #include +#include +#include +#include #include -#include -#include #include -#include -#include -#include -#include +#include +#include #include +#include +#include +#include +#include +#include + #include