From 23816322d5d701bcfd7d5197c77ed6c88d1830f7 Mon Sep 17 00:00:00 2001 From: Igor Opaniuk Date: Tue, 4 Jun 2019 00:05:57 +0300 Subject: [PATCH] video: mxsfb: reorder includes Follow alphabetical order of includes, which simplifies detecting duplicate includes etc. Signed-off-by: Igor Opaniuk --- drivers/video/mxsfb.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c index 0f3a10b0f6..059fbf2b05 100644 --- a/drivers/video/mxsfb.c +++ b/drivers/video/mxsfb.c @@ -5,16 +5,15 @@ * Copyright (C) 2011-2013 Marek Vasut */ #include +#include #include #include -#include #include +#include #include -#include -#include - #include +#include #include "videomodes.h" -- 2.25.1