From patchwork Tue Jun 18 15:20:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 2742941 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D992E9F39E for ; Tue, 18 Jun 2013 15:24:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C5B22204A3 for ; Tue, 18 Jun 2013 15:24:25 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 42E0D2049D for ; Tue, 18 Jun 2013 15:24:24 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uoxjh-00037J-TG; Tue, 18 Jun 2013 15:22:25 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UoxjJ-0003Ff-Hy; Tue, 18 Jun 2013 15:21:57 +0000 Received: from mail-pd0-f172.google.com ([209.85.192.172]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uoxj0-0003A3-89 for linux-arm-kernel@lists.infradead.org; Tue, 18 Jun 2013 15:21:40 +0000 Received: by mail-pd0-f172.google.com with SMTP id z10so4036529pdj.3 for ; Tue, 18 Jun 2013 08:21:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=DfImAyTg+2OvNVh770JkvyocrCngvK5dBgsxOYTGhfo=; b=EV3BgeQG72ULPrKwg5Ikhz8f+L7eYb4VlQL2CfxnXpqeRA41/mjKsxeZvGTAzkZGhm 0rKQNbPrW4VFRZmMMFOOxRHjH3wZA7b5R3e/LxnCI7OfYayab3zUpvfHhBiX1ot6E0z9 EcrVM9dMGs4wH1xi3hn4me9hb8C54LV8IsOHEQpSwd8JWj3WN+eZdoio80/PmyHwicXc /EFjcJFM66OH8PNWFlJoA3wgwrmfIyKwofB6S83Zkc7GQ9PuGzEZfjxQex3rd3eTaVVV 5bBFpCaUbMw3JrRrW0kHniH376kXe2EUpxzKMlKucpTiQkTOT+pkpVqV+R5GJ3A7hyIz t14A== X-Received: by 10.68.28.1 with SMTP id x1mr17483030pbg.113.1371568876737; Tue, 18 Jun 2013 08:21:16 -0700 (PDT) Received: from localhost ([122.167.240.191]) by mx.google.com with ESMTPSA id tq8sm18691842pbc.30.2013.06.18.08.21.12 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 18 Jun 2013 08:21:16 -0700 (PDT) From: Viresh Kumar To: wim@iguana.be Subject: [PATCH V3 04/14] watchdog/mpcore_wdt: Arrange #includes in alphabetical order Date: Tue, 18 Jun 2013 20:50:28 +0530 Message-Id: <08f462c86d446d56291c19d70ee89d32661ba94c.1371535242.git.viresh.kumar@linaro.org> X-Mailer: git-send-email 1.7.12.rc2.18.g61b472e In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQlbiNxQkExJj55Yap48wvpLsrFUKHEbOVwNnq/ESxANXjduLbfiuGvDXjCJbBxKsddyVdpD X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130618_112138_504586_ECC8165C X-CRM114-Status: UNSURE ( 8.61 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: marc.zyngier@arm.com, Viresh Kumar , linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Viresh Kumar --- drivers/watchdog/mpcore_wdt.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/watchdog/mpcore_wdt.c b/drivers/watchdog/mpcore_wdt.c index 6e7afe0..ca9afa7 100644 --- a/drivers/watchdog/mpcore_wdt.c +++ b/drivers/watchdog/mpcore_wdt.c @@ -20,16 +20,16 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -#include -#include -#include -#include -#include #include #include +#include +#include +#include #include +#include #include -#include +#include +#include #include