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-Tag: v3.14.28+ltsi~475 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8f9a3d7b634aa9bf385ca45d7176ebafd49964c;p=profile%2Fcommon%2Fkernel-common.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 (cherry picked from commit 48157bb97f074d21372bd3ae87e5988ed23c8972) Signed-off-by: Simon Horman --- diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c index 063477a..1fdae31 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"