From: Gregory CLEMENT Date: Thu, 15 May 2014 10:17:31 +0000 (+0200) Subject: usb: host: xhci-plat: sort the headers in alphabetic order X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=48157bb97f074d21372bd3ae87e5988ed23c8972;p=linux-beck.git 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 Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- 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 +#include #include -#include #include -#include +#include +#include #include "xhci.h"