mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 23:11:32 +02:00
arm: pdu001: Fix order of include files
Fix the order of include files according to U-Boot coding style. Signed-off-by: Felix Brack <fb@ltec.ch>
This commit is contained in:
@@ -8,11 +8,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
#include <i2c.h>
|
||||||
#include <asm/arch/sys_proto.h>
|
#include <asm/arch/sys_proto.h>
|
||||||
#include <asm/arch/hardware.h>
|
#include <asm/arch/hardware.h>
|
||||||
#include <asm/arch/mux.h>
|
#include <asm/arch/mux.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <i2c.h>
|
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
|
|
||||||
static struct module_pin_mux uart0_pin_mux[] = {
|
static struct module_pin_mux uart0_pin_mux[] = {
|
||||||
|
Reference in New Issue
Block a user