mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-05 05:42:51 +00:00
video: omap: change include order
Apply u-boot coding style on include files order as described by the wiki https://www.denx.de/wiki/U-Boot/CodingStyle. Signed-off-by: Dario Binacchi <dariobin@libero.it>
This commit is contained in:
parent
b76bea1205
commit
295ab882d9
1 changed files with 7 additions and 7 deletions
|
@ -13,15 +13,15 @@
|
|||
*/
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/hardware.h>
|
||||
#include <asm/arch/omap.h>
|
||||
#include <asm/arch/clock.h>
|
||||
#include <asm/arch/sys_proto.h>
|
||||
#include <asm/utils.h>
|
||||
#include <linux/err.h>
|
||||
#include <lcd.h>
|
||||
#include <video.h>
|
||||
#include <asm/arch/clock.h>
|
||||
#include <asm/arch/hardware.h>
|
||||
#include <asm/arch/omap.h>
|
||||
#include <asm/arch/sys_proto.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/utils.h>
|
||||
#include <linux/err.h>
|
||||
#include "am335x-fb.h"
|
||||
|
||||
#define LCDC_FMAX 200000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue