1
0
Fork 0

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>
utp
Marcel Ziswiler 2015-08-16 04:16:30 +02:00 committed by Marek Vasut
parent 8648b2358a
commit 745e7e0ae0
1 changed files with 2 additions and 3 deletions

View File

@ -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>