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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53A3AC4332F for ; Fri, 9 Dec 2022 15:26:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230448AbiLIP0m (ORCPT ); Fri, 9 Dec 2022 10:26:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230396AbiLIP0e (ORCPT ); Fri, 9 Dec 2022 10:26:34 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB7038F098 for ; Fri, 9 Dec 2022 07:26:30 -0800 (PST) Date: Fri, 09 Dec 2022 15:26:27 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1670599588; 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=CfNidTnQB4F52eMK1hmMioyq+qkw1Xg/s7rzgZYmnYQ=; b=QsPTieMdGeL/Hbk1UDU4Nq+Swzok5OkxZ3snEeAjgqXFtljMjju1sV22emsClj3PIAhKs/ kJxgaDuqBHB0A8fHnFdl5XKoeMO5VowTHvfA50HDskP4lbAoqlNYr2c6wM6bM1IlzSD4dx K6CZPje0hVwQGWNUney3xGkw49ucZjinKmCyzh4rSA3eZonaUb170Oq6JEtaMrPNF8is9e nlsiY1QF+Haa9zXdLlFaokbhez1Z+SeJtnxsqJeyd8wksUfqcrxBwoIj9gclNMHK3db+9/ 1EXoPP3FdebZmdJFu7QhP8/qimaEUhQ6ZECQ7EAN+ez3e42GTn5meg+U17yn/A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1670599588; 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=CfNidTnQB4F52eMK1hmMioyq+qkw1Xg/s7rzgZYmnYQ=; b=//uu8NGkkwMGV0pS+J6On7j0aP5a8zkVoduqO6WJ5/MSpBsO5Km/gqKD/BA7UrF0nyIucT kohSSerpgoEa3IBQ== From: "thermal-bot for Christophe JAILLET" Sender: tip-bot2@linutronix.de Reply-to: linux-pm@vger.kernel.org To: linux-pm@vger.kernel.org Subject: [thermal: thermal/next] thermal/core/power allocator: Remove a useless include Cc: Christophe JAILLET , Lukasz Luba , Daniel Lezcano , rui.zhang@intel.com, daniel.lezcano@linaro.org, amitk@kernel.org In-Reply-To: =?utf-8?q?=3C9adeec47cb5a8193016272d5c8bf936235c1711d=2E16694?= =?utf-8?q?59337=2Egit=2Echristophe=2Ejaillet=40wanadoo=2Efr=3E?= References: =?utf-8?q?=3C9adeec47cb5a8193016272d5c8bf936235c1711d=2E166945?= =?utf-8?q?9337=2Egit=2Echristophe=2Ejaillet=40wanadoo=2Efr=3E?= MIME-Version: 1.0 Message-ID: <167059958799.4906.16455516656871309686.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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: 8bd477942348cec5841be3f1ce4bef6c26c6b2e0 Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//8bd477942348cec5841be3f1ce4bef6c26c6b2e0 Author: Christophe JAILLET AuthorDate: Sat, 26 Nov 2022 11:42:25 +01:00 Committer: Daniel Lezcano CommitterDate: Thu, 08 Dec 2022 14:30:44 +01:00 thermal/core/power allocator: Remove a useless include This file does not use rcu, so there is no point in including . Remove it. Signed-off-by: Christophe JAILLET Reviewed-by: Lukasz Luba Link: https://lore.kernel.org/r/9adeec47cb5a8193016272d5c8bf936235c1711d.1669459337.git.christophe.jaillet@wanadoo.fr Signed-off-by: Daniel Lezcano --- drivers/thermal/gov_power_allocator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/thermal/gov_power_allocator.c b/drivers/thermal/gov_power_allocator.c index eafb288..0eaf152 100644 --- a/drivers/thermal/gov_power_allocator.c +++ b/drivers/thermal/gov_power_allocator.c @@ -8,7 +8,6 @@ #define pr_fmt(fmt) "Power allocator: " fmt -#include #include #include