]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
usb: pxa27x_udc: clean-up include file order
authorMarcel Ziswiler <marcel@ziswiler.com>
Sun, 16 Aug 2015 02:16:30 +0000 (04:16 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:34:43 +0000 (10:34 +0200)
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>
drivers/usb/gadget/pxa27x_udc.c

index 942355528084b0022c475b5e35d3b136f6957e2c..c7b21aee42187e946da02880ef8d5bb9b4448035 100644 (file)
 
 
 #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>