aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-plat.c
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2014-05-15 12:17:31 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-27 15:33:12 -0700
commit48157bb97f074d21372bd3ae87e5988ed23c8972 (patch)
tree826432b2671624fad66941fa9a067d3397dea8b0 /drivers/usb/host/xhci-plat.c
parentDocumentation: dt-bindings: update ehci-orion binding documentation (diff)
downloadlinux-dev-48157bb97f074d21372bd3ae87e5988ed23c8972.tar.xz
linux-dev-48157bb97f074d21372bd3ae87e5988ed23c8972.zip
usb: host: xhci-plat: sort the headers in alphabetic order
Sorting the headers in alphabetic order will help to reduce the conflict when adding new headers later. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/usb/host/xhci-plat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c
index 151901ce1ba9..f5351af4b2c5 100644
--- 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"