From patchwork Sat Mar 27 01:37:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen \(ThunderTown\)" X-Patchwork-Id: 410117 Delivered-To: patch@linaro.org Received: by 2002:a02:8562:0:0:0:0:0 with SMTP id g89csp1892081jai; Fri, 26 Mar 2021 18:38:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzSkazsTMpzKWCKrxlmOeIGh+09s3aVhXCl7WO6Rd1IFzOP8ImVIFosG6cQz7PreY/et1gS X-Received: by 2002:a17:906:70d:: with SMTP id y13mr17618975ejb.170.1616809137519; Fri, 26 Mar 2021 18:38:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616809137; cv=none; d=google.com; s=arc-20160816; b=Evzq46v+9Kn0RP6YTBHteCR6LgtA1Ta7myAW1EVRisrflVkg6CgS4sCT9QL/QqAa3/ HUStZECwxCDlDvFc2mnZ5c1prRmMwqpTkLqpGIRLkBshPlAkic6I49kOkZ8w4RLjGZQL A0hik3PMCt5NQDQ6MbGnkY4xL9OTndAf0XSRh82oCKBBE22GwZGGfsobz/o9KIP6rwlc ZRQts8sRqYdbhqCr76bpEUpvlyRso8G5s4ctCDa5DtaUsrXWv/uURimqzJo3prc4ONUG 4AkXMvLB0SoDapxRlR1EISmwEZKUpGaTL4vYgR8KXSwH/lOttnABDhBWHsokwBzBHFLs TCUg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=+FY5WpU25qA9nCEAkqsuPOE4l1Rc+VRGiJJc+fOLxwY=; b=oJX1T9Fb84BGs5B4LaMkjnTMqvmQMxsujv+AzV6Ig3xnBa55OsQY4xL/FptmBn6XyS WmgY2etstFgGmS0JBoY3YDvquTNKYfaBQCV09M9sT5hu+/R86KkzFDrX9cE/UFzqkZem TbloL1Ellx3QHY4WVLwI9ZRzCHi5LnbW6qivvQ3GZKEMrvziNtCqzIm0AznxmX7qoQX8 3r6UeLC4i6z3st8BP3CFBPv9qzGyPp+X/Fz6E8WMfZDhPP7LH5YrVyzjmDS8OwttckG8 /fqWKSauut/SIBHGAy1NVsUO3oXUJSVPOe6lrYO/joUfzLQL8cPdJ3jWDyqliu7Yeo2Q Nt8w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-pm-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h21si8191969ede.37.2021.03.26.18.38.57; Fri, 26 Mar 2021 18:38:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-pm-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-pm-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230236AbhC0BiU (ORCPT + 7 others); Fri, 26 Mar 2021 21:38:20 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:14493 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230114AbhC0BiG (ORCPT ); Fri, 26 Mar 2021 21:38:06 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4F6hJ30czdzySC3; Sat, 27 Mar 2021 09:36:03 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.179.202) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.498.0; Sat, 27 Mar 2021 09:37:57 +0800 From: Zhen Lei To: Eduardo Valentin , Keerthy , "Zhang Rui" , Daniel Lezcano , "Amit Kucheria" , linux-pm , linux-omap , linux-kernel CC: Zhen Lei Subject: [PATCH 1/1] thermal: ti-soc-thermal: Remove duplicated header file inclusion Date: Sat, 27 Mar 2021 09:37:48 +0800 Message-ID: <20210327013749.1765-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.179.202] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org The header file is already included above and can be removed here. Signed-off-by: Zhen Lei --- drivers/thermal/ti-soc-thermal/ti-bandgap.c | 1 - 1 file changed, 1 deletion(-) -- 1.8.3 diff --git a/drivers/thermal/ti-soc-thermal/ti-bandgap.c b/drivers/thermal/ti-soc-thermal/ti-bandgap.c index 8a3646e26ddd208..d81af89166d2360 100644 --- a/drivers/thermal/ti-soc-thermal/ti-bandgap.c +++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.c @@ -32,7 +32,6 @@ #include #include #include -#include #include "ti-bandgap.h"