projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8648b23
)
usb: pxa27x_udc: clean-up include file order
author
Marcel Ziswiler
<marcel@ziswiler.com>
Sun, 16 Aug 2015 02:16:30 +0000
(
04:16
+0200)
committer
Marek Vasut
<marex@denx.de>
Mon, 24 Aug 2015 18:30:38 +0000
(20:30 +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
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/pxa27x_udc.c
b/drivers/usb/gadget/pxa27x_udc.c
index 942355528084b0022c475b5e35d3b136f6957e2c..c7b21aee42187e946da02880ef8d5bb9b4448035 100644
(file)
--- a/
drivers/usb/gadget/pxa27x_udc.c
+++ b/
drivers/usb/gadget/pxa27x_udc.c
@@
-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>