From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D82DC43462 for ; Tue, 6 Apr 2021 10:38:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F55F613C4 for ; Tue, 6 Apr 2021 10:38:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242850AbhDFKiZ (ORCPT ); Tue, 6 Apr 2021 06:38:25 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:37952 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229787AbhDFKiX (ORCPT ); Tue, 6 Apr 2021 06:38:23 -0400 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 136Ac6bf078390; Tue, 6 Apr 2021 05:38:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1617705486; bh=cDx/BwVmTsGaf5kP1m/T9FAofm5zp1u5vU0B5W3CTHs=; h=Subject:To:References:From:Date:In-Reply-To; b=ABkS/SKlqsRcbCliGG7T9RnRYUkShhDqgYSm9NfXTWValsqPvPUxwdwweFQBhKTk9 UIhLx1GwLtQPCvhqKMz7FEaYE0bKoMgaaNLKmr4lHc7XZRXHx3NK9/1tn49oeXU8dk gqdJKPq8ci4lu2S5zdZhZg0KSVuk1oAxFUEfLJPM= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 136Ac5Be026725 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 6 Apr 2021 05:38:06 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 6 Apr 2021 05:38:05 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 6 Apr 2021 05:38:05 -0500 Received: from [10.250.232.146] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 136Ac1k7038264; Tue, 6 Apr 2021 05:38:02 -0500 Subject: Re: [PATCH v2 1/1] thermal: ti-soc-thermal: Remove duplicated header file inclusion To: Zhen Lei , Eduardo Valentin , Zhang Rui , Daniel Lezcano , Amit Kucheria , linux-pm , linux-omap , linux-kernel References: <20210406091912.2583-1-thunder.leizhen@huawei.com> <20210406091912.2583-2-thunder.leizhen@huawei.com> From: "J, KEERTHY" Message-ID: Date: Tue, 6 Apr 2021 16:08:01 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: <20210406091912.2583-2-thunder.leizhen@huawei.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/6/2021 2:49 PM, Zhen Lei wrote: > Delete one of the header files that are included > twice, all included header files are then rearranged alphabetically. Reviewed-by: Keerthy > > Signed-off-by: Zhen Lei > --- > drivers/thermal/ti-soc-thermal/ti-bandgap.c | 35 ++++++++++++++--------------- > 1 file changed, 17 insertions(+), 18 deletions(-) > > diff --git a/drivers/thermal/ti-soc-thermal/ti-bandgap.c b/drivers/thermal/ti-soc-thermal/ti-bandgap.c > index 8a3646e26ddd208..5e7e80b4a8171c4 100644 > --- a/drivers/thermal/ti-soc-thermal/ti-bandgap.c > +++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.c > @@ -9,30 +9,29 @@ > * Eduardo Valentin > */ > > -#include > +#include > +#include > +#include > +#include > #include > +#include > #include > -#include > #include > -#include > -#include > -#include > -#include > -#include > -#include > -#include > -#include > -#include > -#include > -#include > #include > #include > -#include > -#include > -#include > -#include > -#include > +#include > +#include > #include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > > #include "ti-bandgap.h" > >