Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932383Ab3JOKiI (ORCPT ); Tue, 15 Oct 2013 06:38:08 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:38574 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932311Ab3JOKiG (ORCPT ); Tue, 15 Oct 2013 06:38:06 -0400 From: George Cherian To: , , , CC: , , , , , , , , , , George Cherian Subject: [PATCH v3 1/2] phy: omap-usb2: Sort the headers alphabetically Date: Tue, 15 Oct 2013 16:07:42 +0530 Message-ID: <1381833463-12149-2-git-send-email-george.cherian@ti.com> X-Mailer: git-send-email 1.8.1 In-Reply-To: <1381833463-12149-1-git-send-email-george.cherian@ti.com> References: <1381833463-12149-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 Content-Length: 1432 Lines: 49 This makes checking for duplicates easier while adding new #include. 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/