projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03398cf
)
usb: host: xhci-plat: sort the headers in alphabetic order
author
Gregory CLEMENT
<
[email protected]
>
Thu, 15 May 2014 10:17:31 +0000
(12:17 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 27 May 2014 22:33:12 +0000
(15:33 -0700)
Sorting the headers in alphabetic order will help to reduce the conflict
when adding new headers later.
Signed-off-by: Gregory CLEMENT <
[email protected]
>
Acked-by: Felipe Balbi <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/host/xhci-plat.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/xhci-plat.c
b/drivers/usb/host/xhci-plat.c
index 151901ce1ba933598b09cd8d01a077a7b66c1cc9..f5351af4b2c5171ff351fc354a340216c0edd1c3 100644
(file)
--- a/
drivers/usb/host/xhci-plat.c
+++ b/
drivers/usb/host/xhci-plat.c
@@
-11,11
+11,11
@@
* version 2 as published by the Free Software Foundation.
*/
-#include <linux/
platform_device
.h>
+#include <linux/
dma-mapping
.h>
#include <linux/module.h>
-#include <linux/slab.h>
#include <linux/of.h>
-#include <linux/dma-mapping.h>
+#include <linux/platform_device.h>
+#include <linux/slab.h>
#include "xhci.h"