From patchwork Tue Jul 11 09:43:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Reid X-Patchwork-Id: 9834337 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D2AC660325 for ; Tue, 11 Jul 2017 09:43:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C576D283D0 for ; Tue, 11 Jul 2017 09:43:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B9E61283F9; Tue, 11 Jul 2017 09:43:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AB236283D0 for ; Tue, 11 Jul 2017 09:43:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755257AbdGKJnt (ORCPT ); Tue, 11 Jul 2017 05:43:49 -0400 Received: from anchovy2.45ru.net.au ([203.30.46.146]:37237 "EHLO anchovy.45ru.net.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752299AbdGKJns (ORCPT ); Tue, 11 Jul 2017 05:43:48 -0400 Received: (qmail 17070 invoked by uid 5089); 11 Jul 2017 09:43:46 -0000 Received: by simscan 1.2.0 ppid: 17022, pid: 17025, t: 0.0286s scanners: regex: 1.2.0 attach: 1.2.0 clamav: 0.88.3/m:40/d:1950 X-RBL: $rbltext Received: from unknown (HELO preid-centos7.electromag.com.au) (preid@electromag.com.au@203.59.230.133) by anchovy3.45ru.net.au with ESMTPA; 11 Jul 2017 09:43:46 -0000 Received: by preid-centos7.electromag.com.au (Postfix, from userid 1000) id 3704B304BFCE8; Tue, 11 Jul 2017 17:43:46 +0800 (AWST) From: Phil Reid To: sre@kernel.org, preid@electromag.com.au, linux-pm@vger.kernel.org, posted@heine.so Subject: [PATCH v2 2/3] power: supply: sbs-battery: sort includes Date: Tue, 11 Jul 2017 17:43:42 +0800 Message-Id: <1499766223-130934-3-git-send-email-preid@electromag.com.au> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1499766223-130934-1-git-send-email-preid@electromag.com.au> References: <1499766223-130934-1-git-send-email-preid@electromag.com.au> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Sort the header includes prior to adding to the list. Signed-off-by: Phil Reid --- drivers/power/supply/sbs-battery.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/power/supply/sbs-battery.c b/drivers/power/supply/sbs-battery.c index d06c4ac..4594ed1 100644 --- a/drivers/power/supply/sbs-battery.c +++ b/drivers/power/supply/sbs-battery.c @@ -14,19 +14,18 @@ * more details. */ -#include -#include -#include #include -#include +#include #include -#include +#include #include -#include +#include +#include #include -#include - #include +#include +#include +#include enum { REG_MANUFACTURER_DATA,