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-Tag: firefly_0821_release~3680^2~3286^2~12^2~9 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7554340c7acae4a719b1b70b0defa3c67149610b;p=firefly-linux-kernel-4.4.55.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 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