From: Laurent Pinchart Date: Mon, 19 Sep 2011 09:40:31 +0000 (+0200) Subject: fbdev: sh_mobile_meram: Divide the code into sections X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7554340c7acae4a719b1b70b0defa3c67149610b;p=mv-sheeva.git 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 --- diff --git a/drivers/video/sh_mobile_meram.c b/drivers/video/sh_mobile_meram.c index 0c5b301697e..30a3305ba36 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