From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757071Ab3JOGyZ (ORCPT ); Tue, 15 Oct 2013 02:54:25 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:46390 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753045Ab3JOGyW (ORCPT ); Tue, 15 Oct 2013 02:54:22 -0400 From: George Cherian To: , , , CC: , , , , , , , , , , George Cherian Subject: [PATCH v2 1/2] phy: omap-usb2: Arrange the include in alphabetical order Date: Tue, 15 Oct 2013 12:23:44 +0530 Message-ID: <1381820025-31376-2-git-send-email-george.cherian@ti.com> X-Mailer: git-send-email 1.8.1 In-Reply-To: <1381820025-31376-1-git-send-email-george.cherian@ti.com> References: <1381820025-31376-1-git-send-email-george.cherian@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch arranges the includes in alphabetical order Signed-off-by: George Cherian --- drivers/phy/phy-omap-usb2.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/phy/phy-omap-usb2.c b/drivers/phy/phy-omap-usb2.c index bfc5c33..3e5f08c 100644 --- a/drivers/phy/phy-omap-usb2.c +++ b/drivers/phy/phy-omap-usb2.c @@ -16,20 +16,20 @@ * */ +#include +#include +#include +#include #include +#include +#include +#include #include +#include #include -#include -#include #include -#include -#include -#include -#include -#include #include -#include -#include +#include /** * omap_usb2_set_comparator - links the comparator present in the sytem with -- 1.8.1