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=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 0791FC433ED for ; Tue, 20 Apr 2021 17:06:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B7F37613AE for ; Tue, 20 Apr 2021 17:06:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233189AbhDTRHP (ORCPT ); Tue, 20 Apr 2021 13:07:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232913AbhDTRHM (ORCPT ); Tue, 20 Apr 2021 13:07:12 -0400 Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D411C06138B for ; Tue, 20 Apr 2021 10:06:39 -0700 (PDT) Received: by mail-wr1-x430.google.com with SMTP id e5so9752344wrg.7 for ; Tue, 20 Apr 2021 10:06:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=w4puqZlCjEVgTM6gNpPaQUNAEdM5uE2S+cE3Q3nkYsc=; b=r8sXmNBiOSRBf34r6zlXlbaKlZty6hEdAKb9VgV5rjRXEsP+fwzI1NMDRDOGWjcy9b z9MPys5vSDQ9KFbbp28iuqeGSOGQp0TWgff3cHeQmdVvbMk1SCjef8TmDnAvK8OqxMNr iJTQNm7vzjFxfNoaAWHikcJ1dQuLE6ta+HaSrDSrA27NqD5tk8Nt6DFSW+W4il/QUqdY wFGuIA8lQ9CRODk8YVbyaeKrvPOELlI9FY+kWP/y2DmMBz20yHg61bkuKlPRn1PRHDek kfYq6ZRpvvSvJAdQPNouGRnl2aqGmieYf94//R876ZlaM2APNtkvXA/zFH2UuFzCL97z pzLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=w4puqZlCjEVgTM6gNpPaQUNAEdM5uE2S+cE3Q3nkYsc=; b=DPORUNQa+0a6CsoGg/yFRS6OG9fmW/cD97M7WR6P783J0uvXiaEst+j+XogsI8B8E7 pRkan8KNqpQCY2mqkgVLYsxjRlWF5q4tjTk5dVN4nKVk8hEDrvBzy0vrsQfLjMlDq2Yi WUSSFImdXopzuFMEbSJOKdK6QRLoOkQ2V4oc6Z0uPlVgbEMOtXpeC47/wqOrrfnEk6iu RSk7W0mHfS9OYIcdrz8QkgsmyywJlRoZVelxYHaOstnoix0phOImxkPsHogz61s9y4wr oFcDW9e3RFV9aQ9HEm+a7H5oINp+d6KZC0RY5Un2Gf+U8T6+TRnw5KGsNduBBdqk8a+t 6PnA== X-Gm-Message-State: AOAM532QLjQU9IS2EJZL8MQkGaukZt8CC9q0eUdVMtyuu8DiomlkHlRg kaXnpSRFG10NCWX4XS+PpypMaoBtjGA+0sgB X-Google-Smtp-Source: ABdhPJwC4KWyM00E2bI8Fa/45JxKpliIW1TQwZbNPE5p/V99lkVz6F4RPTMzvDQKNEg4Uu7pkLiSAg== X-Received: by 2002:adf:a40c:: with SMTP id d12mr21389263wra.91.1618938398032; Tue, 20 Apr 2021 10:06:38 -0700 (PDT) Received: from ?IPv6:2a01:e34:ed2f:f020:a079:f96:da87:2d00? ([2a01:e34:ed2f:f020:a079:f96:da87:2d00]) by smtp.googlemail.com with ESMTPSA id y125sm3916431wmc.40.2021.04.20.10.06.36 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 20 Apr 2021 10:06:37 -0700 (PDT) Subject: Re: [PATCH v2 1/1] thermal: ti-soc-thermal: Remove duplicated header file inclusion To: Zhen Lei , Eduardo Valentin , Keerthy , Zhang Rui , Amit Kucheria , linux-pm , linux-omap , linux-kernel References: <20210406091912.2583-1-thunder.leizhen@huawei.com> <20210406091912.2583-2-thunder.leizhen@huawei.com> From: Daniel Lezcano Message-ID: Date: Tue, 20 Apr 2021 19:06:36 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210406091912.2583-2-thunder.leizhen@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/04/2021 11:19, Zhen Lei wrote: > Delete one of the header files that are included > twice, all included header files are then rearranged alphabetically. The duplicate header file inclusion has been already fixed in a previous patch. Applied this patch by massaging the changelog accordingly and fixing the conflict. Thanks -- Daniel -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog