mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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>
This commit is contained in:
parent
745e7e0ae0
commit
ab9272f955
1 changed files with 4 additions and 5 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue