From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Tue, 13 Dec 2011 14:01:56 +0000 Subject: [PATCH 01/57] fbdev: sh_mobile_lcdc: Reorder code into sections Message-Id: <1323784972-24205-2-git-send-email-laurent.pinchart@ideasonboard.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org 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 files changed, 231 insertions(+), 190 deletions(-) diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c index aac5b36..8b18360 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