From 7554340c7acae4a719b1b70b0defa3c67149610b Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 19 Sep 2011 11:40:31 +0200 Subject: fbdev: sh_mobile_meram: Divide the code into sections And rename a couple of constants to make prefixes more uniform. Signed-off-by: Laurent Pinchart --- drivers/video/sh_mobile_meram.c | 98 ++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 54 deletions(-) (limited to 'drivers/video/sh_mobile_meram.c') diff --git a/drivers/video/sh_mobile_meram.c b/drivers/video/sh_mobile_meram.c index 0c5b301697e1..30a3305ba366 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