From patchwork Tue Aug 4 09:45:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 503465 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-la0-x239.google.com (mail-la0-x239.google.com [IPv6:2a00:1450:4010:c03::239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 407541402D4 for ; Tue, 4 Aug 2015 19:45:41 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=googlegroups.com header.i=@googlegroups.com header.b=ZHrxGSLv; dkim-atps=neutral Received: by labcl3 with SMTP id cl3sf1129023lab.0 for ; Tue, 04 Aug 2015 02:45:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=mime-version:from:to:cc:subject:date:message-id:in-reply-to :references:x-original-sender:x-original-authentication-results :reply-to:content-type:precedence:mailing-list:list-id :x-spam-checked-in-group:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe; bh=jLEy3Hl/ssWbc0UKJEwA7tO6lSuvgYJF6mjbdKf2E1w=; b=ZHrxGSLvOdRv1/qCycT9VqZv4+L5WPpNREJRCqlH6oEDvIreCjt4h96wpavt6d9Pb0 Xo46/Nfmjvmp4WT53mCLvehgC5bT/HwflXBjYv8BJ/FXjGaTs2osQAwNtesHIGYjgkO3 yAjhkgOpTXE9oW/2uKsvwLBuVHIJ6bI+ypKNgN/+6DDcW03GU5ZAz3QMN3m2/geCGAU8 CGTgz6ziWbry6vkZLfeapJx0MbchGQG1gKZJf4u5Opxldgh8VVVt7rA76TMcanxrkmx6 rmcbA1P7UI7HTIPEl1QAHEA6EjTb1nR0JYDuLYcqsXBc2ZfHlfjWywD+H+niFSCYfBlo etZA== X-Received: by 10.152.27.170 with SMTP id u10mr14312lag.10.1438681538047; Tue, 04 Aug 2015 02:45:38 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: rtc-linux@googlegroups.com Received: by 10.152.6.196 with SMTP id d4ls23239laa.91.gmail; Tue, 04 Aug 2015 02:45:37 -0700 (PDT) X-Received: by 10.152.28.100 with SMTP id a4mr865195lah.4.1438681537311; Tue, 04 Aug 2015 02:45:37 -0700 (PDT) Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id ec7si33673wib.3.2015.08.04.02.45.37 for ; Tue, 04 Aug 2015 02:45:37 -0700 (PDT) Received-SPF: pass (google.com: domain of alexandre.belloni@free-electrons.com designates 37.187.137.238 as permitted sender) client-ip=37.187.137.238; Received: by mail.free-electrons.com (Postfix, from userid 106) id EDC196AA; Tue, 4 Aug 2015 11:45:38 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (128-79-216-6.hfc.dyn.abo.bbox.fr [128.79.216.6]) by mail.free-electrons.com (Postfix) with ESMTPSA id B8E9C12E; Tue, 4 Aug 2015 11:45:38 +0200 (CEST) From: Alexandre Belloni To: rtc-linux@googlegroups.com Cc: Alessandro Zummo , linux-kernel@vger.kernel.org, Alexandre Belloni Subject: [rtc-linux] [PATCH 01/15] rtc: rx8025: remove useless headers and reorder them Date: Tue, 4 Aug 2015 11:45:20 +0200 Message-Id: <1438681534-12027-2-git-send-email-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1438681534-12027-1-git-send-email-alexandre.belloni@free-electrons.com> References: <1438681534-12027-1-git-send-email-alexandre.belloni@free-electrons.com> X-Original-Sender: alexandre.belloni@free-electrons.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of alexandre.belloni@free-electrons.com designates 37.187.137.238 as permitted sender) smtp.mail=alexandre.belloni@free-electrons.com Reply-To: rtc-linux@googlegroups.com Precedence: list Mailing-list: list rtc-linux@googlegroups.com; contact rtc-linux+owners@googlegroups.com List-ID: X-Spam-Checked-In-Group: rtc-linux@googlegroups.com X-Google-Group-Id: 712029733259 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Remove the useless includes and order the remaining ones alphabetically. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-rx8025.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-rx8025.c b/drivers/rtc/rtc-rx8025.c index 6fe87702fcff..a943e1c08263 100644 --- a/drivers/rtc/rtc-rx8025.c +++ b/drivers/rtc/rtc-rx8025.c @@ -18,13 +18,10 @@ * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. */ -#include -#include -#include -#include #include #include -#include +#include +#include #include /* Register definitions */