From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754926AbbFWQRG (ORCPT ); Tue, 23 Jun 2015 12:17:06 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:50335 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753235AbbFWQQ7 (ORCPT ); Tue, 23 Jun 2015 12:16:59 -0400 From: Nishanth Menon To: Alexandre Belloni , Alessandro Zummo CC: , , , , , , Nishanth Menon Subject: [PATCH V2 3/5] drivers/rtc/rtc-ds1307.c: Sort the headers Date: Tue, 23 Jun 2015 11:15:12 -0500 Message-ID: <1435076114-12416-4-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1435076114-12416-1-git-send-email-nm@ti.com> References: <1435076114-12416-1-git-send-email-nm@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 It is always a good practice to keep the #includes sorted Signed-off-by: Nishanth Menon --- drivers/rtc/rtc-ds1307.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/rtc/rtc-ds1307.c index 0a98d8a52791..b03880fc32b5 100644 --- a/drivers/rtc/rtc-ds1307.c +++ b/drivers/rtc/rtc-ds1307.c @@ -11,14 +11,14 @@ * published by the Free Software Foundation. */ -#include +#include +#include #include +#include +#include +#include #include -#include #include -#include -#include -#include /* * We can't determine type by probing, but if we expect pre-Linux code -- 1.7.9.5