[U-Boot] [RFC 2/6] video: mxsfb: reorder includes
Igor Opaniuk
igor.opaniuk at gmail.com
Mon Jun 3 21:05:57 UTC 2019
From: Igor Opaniuk <igor.opaniuk at toradex.com>
Follow alphabetical order of includes, which simplifies detecting duplicate
includes etc.
Signed-off-by: Igor Opaniuk <igor.opaniuk at toradex.com>
---
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 <marex at denx.de>
*/
#include <common.h>
+#include <linux/errno.h>
#include <malloc.h>
#include <video_fb.h>
-#include <asm/arch/imx-regs.h>
#include <asm/arch/clock.h>
+#include <asm/arch/imx-regs.h>
#include <asm/arch/sys_proto.h>
-#include <linux/errno.h>
-#include <asm/io.h>
-
#include <asm/mach-imx/dma.h>
+#include <asm/io.h>
#include "videomodes.h"
--
2.17.1
More information about the U-Boot
mailing list