From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Thu, 01 Mar 2012 15:07:59 +0000 Subject: [PATCH v2 46/57] fbdev: sh_mobile_meram: Divide the code into sections Message-Id: <1330614490-14149-47-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 And rename a couple of constants to make prefixes more uniform. Signed-off-by: Laurent Pinchart --- drivers/video/sh_mobile_meram.c | 98 +++++++++++++++++--------------------- 1 files changed, 44 insertions(+), 54 deletions(-) diff --git a/drivers/video/sh_mobile_meram.c b/drivers/video/sh_mobile_meram.c index 0c5b301..30a3305 100644 --- a/drivers/video/sh_mobile_meram.c +++ b/drivers/video/sh_mobile_meram.c @@ -9,16 +9,20 @@ * for more details. */ +#include +#include #include #include -#include +#include #include -#include #include -#include + #include