summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2015-08-16 04:16:31 +0200
committerMarek Vasut <marex@denx.de>2015-08-24 20:30:38 +0200
commitab9272f955be6357d8a5b901d1feff279548da12 (patch)
tree63cbb1ae84e9c797dd83b7b6c01bf8fe5a827407 /drivers/video
parent745e7e0ae03c72e8e2878a2b1b8ebfb771c5ed53 (diff)
downloadtalos-obmc-uboot-ab9272f955be6357d8a5b901d1feff279548da12.tar.gz
talos-obmc-uboot-ab9272f955be6357d8a5b901d1feff279548da12.zip
lcd: pxa: clean-up include file order
Cleaning up order of include files by sorting them alphabetically keeping in mind to leave common.h on top. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/pxa_lcd.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/video/pxa_lcd.c b/drivers/video/pxa_lcd.c
index 64cef37bc9..2799425a63 100644
--- a/drivers/video/pxa_lcd.c
+++ b/drivers/video/pxa_lcd.c
@@ -11,14 +11,13 @@
/* ** HEADER FILES */
/************************************************************************/
-#include <config.h>
#include <common.h>
-#include <stdarg.h>
-#include <linux/types.h>
-#include <stdio_dev.h>
-#include <lcd.h>
#include <asm/arch/pxa-regs.h>
#include <asm/io.h>
+#include <lcd.h>
+#include <linux/types.h>
+#include <stdarg.h>
+#include <stdio_dev.h>
/* #define DEBUG */
OpenPOWER on IntegriCloud