From patchwork Wed Mar 17 12:39:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: tip-bot2 for Nam Cao X-Patchwork-Id: 12145689 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=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 812ADC4332B for ; Wed, 17 Mar 2021 12:40:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4918164F50 for ; Wed, 17 Mar 2021 12:40:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229680AbhCQMjq (ORCPT ); Wed, 17 Mar 2021 08:39:46 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:49886 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230290AbhCQMjO (ORCPT ); Wed, 17 Mar 2021 08:39:14 -0400 Date: Wed, 17 Mar 2021 12:39:12 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1615984753; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xqjmBd/hLNwcPlfMkF1v8P5kZvoPrOjrYZY8NFgf26o=; b=S1Xbk6EziSiy4aVh9USyx5lOPMt0dtVL8FWUXjICLwnzBuTNfNX7bey5yZPw5OAaccKwvG WB/Ax1GtNcEZu12eldtpYr8D4jDD3kr4SjmhPebNZ/yTRtqGbjefJeOziydYwRAJ0b80Zp zPqndyi2bUnMUZeIeV99DC+E34cdQJjNlqMDkZKW0sUuzbMIZDq7LxfaLtDR8QEg577Vej 1Va2NCA7SQRI7QG+9T2+UUnqZNMNAPhEV0cPbpFVoapn3clLF3RqtGwbP5vxjmsyYPJBZM ermD+ybbFNoMTI8Pa2m9mPHUzQscrWlcwe8O9lFnht9Ze4f4b82ivisA3UHkKw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1615984753; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xqjmBd/hLNwcPlfMkF1v8P5kZvoPrOjrYZY8NFgf26o=; b=36nTRRJrFEVpE1jtVqYKLhF3hDE2vcsYAoF4NZCUePIQqNmz/1UejRNUBLccEFq9PKHp4/ ysllp2b8vbfyQtBA== From: "thermal-bot for Zhang Yunkai" Sender: tip-bot2@linutronix.de Reply-to: linux-pm@vger.kernel.org To: linux-pm@vger.kernel.org Subject: [thermal: thermal/next] thermal:ti-soc-thermal: Remove duplicate include in ti-bandgap Cc: Zhang Yunkai , Daniel Lezcano , rui.zhang@intel.com, amitk@kernel.org In-Reply-To: <20210306123415.219441-1-zhang.yunkai@zte.com.cn> References: <20210306123415.219441-1-zhang.yunkai@zte.com.cn> MIME-Version: 1.0 Message-ID: <161598475284.398.16285889390760354167.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org The following commit has been merged into the thermal/next branch of thermal: Commit-ID: 7440e912b0fe755d80b958a65859ebabb5338cf8 Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//7440e912b0fe755d80b958a65859ebabb5338cf8 Author: Zhang Yunkai AuthorDate: Sat, 06 Mar 2021 04:34:15 -08:00 Committer: Daniel Lezcano CommitterDate: Wed, 10 Mar 2021 13:04:16 +01:00 thermal:ti-soc-thermal: Remove duplicate include in ti-bandgap 'of_device.h' included in 'ti-bandgap.c' is duplicated. It is also included in the 25th line. Signed-off-by: Zhang Yunkai Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/20210306123415.219441-1-zhang.yunkai@zte.com.cn --- drivers/thermal/ti-soc-thermal/ti-bandgap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/thermal/ti-soc-thermal/ti-bandgap.c b/drivers/thermal/ti-soc-thermal/ti-bandgap.c index 8a3646e..d81af89 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"