From patchwork Tue Jan 10 14:08:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13095214 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14422C46467 for ; Tue, 10 Jan 2023 14:08:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231534AbjAJOIm (ORCPT ); Tue, 10 Jan 2023 09:08:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238673AbjAJOIN (ORCPT ); Tue, 10 Jan 2023 09:08:13 -0500 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B8F58CBE2; Tue, 10 Jan 2023 06:08:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673359692; x=1704895692; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=4NOTfNW4jDLP34KQ7vuObhZRGJ9+73gybtn8mNZS7J4=; b=l75mJ+HL+1N2aIBmgFij+XfJj7/rOdqwPDjQSdzj5HuHm3qyIbXu5WMe 1+zMSJAoOOOGfd8ebRFXOxIEmIXfH5kvSygF2+7VznVX+/JCPzvpdbCiz wxYw7x8x/UNuid5qmR/zppUH+C77Foc6A67p4YRAgVxgXPagCXRozr7cX t3yFFkkysCj6IKgLRSxYFLmLpIsQiw0Wd2S7Nm+mlHBl40ypILSGSEQl/ Yqtds/g5TjgHuGQLvSCKjq+xls188IPjzdL9s4lYGYUMp2qGX3GKB4lje v/VOKmb1kD82hzOqsRyF/PIQwc3VRnKqENkqswcuE+pkPQEULViHS61RB A==; X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="303513607" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="303513607" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 06:07:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="725555694" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="725555694" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga004.fm.intel.com with ESMTP; 10 Jan 2023 06:07:42 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 125EB4E3; Tue, 10 Jan 2023 16:08:13 +0200 (EET) From: Andy Shevchenko To: Rasmus Villemoes , linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org Cc: Alessandro Zummo , Alexandre Belloni , Jean Delvare , Guenter Roeck , Andy Shevchenko Subject: [PATCH v2 5/5] rtc: isl12022: sort header inclusion alphabetically Date: Tue, 10 Jan 2023 16:08:06 +0200 Message-Id: <20230110140806.87432-6-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230110140806.87432-1-andriy.shevchenko@linux.intel.com> References: <20230110140806.87432-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Sort header inclusion alphabetically for better maintenance. Signed-off-by: Andy Shevchenko Acked-by: Rasmus Villemoes --- drivers/rtc/rtc-isl12022.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-isl12022.c b/drivers/rtc/rtc-isl12022.c index ee38c5067ea8..e68a79b5e00e 100644 --- a/drivers/rtc/rtc-isl12022.c +++ b/drivers/rtc/rtc-isl12022.c @@ -8,14 +8,14 @@ * by Alessandro Zummo . */ -#include #include -#include -#include -#include #include -#include #include +#include +#include +#include +#include +#include #include