usb: host: xhci-plat: sort the headers in alphabetic order
authorGregory CLEMENT <[email protected]>
Thu, 15 May 2014 10:17:31 +0000 (12:17 +0200)
committerGreg 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

index 151901ce1ba933598b09cd8d01a077a7b66c1cc9..f5351af4b2c5171ff351fc354a340216c0edd1c3 100644 (file)
  * 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"