mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
usb: pxa27x_udc: 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
8648b2358a
commit
745e7e0ae0
1 changed files with 2 additions and 3 deletions
|
|
@ -10,11 +10,10 @@
|
|||
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <asm/byteorder.h>
|
||||
#include <usbdevice.h>
|
||||
#include <asm/arch/hardware.h>
|
||||
#include <asm/byteorder.h>
|
||||
#include <asm/io.h>
|
||||
#include <usbdevice.h>
|
||||
#include <usb/pxa27x_udc.h>
|
||||
#include <usb/udc.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue