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 09AF7C46467 for ; Mon, 28 Nov 2022 07:20:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229964AbiK1HT7 (ORCPT ); Mon, 28 Nov 2022 02:19:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229591AbiK1HT5 (ORCPT ); Mon, 28 Nov 2022 02:19:57 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A820F656E; Sun, 27 Nov 2022 23:19:56 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 00B2DD6E; Sun, 27 Nov 2022 23:20:03 -0800 (PST) Received: from [10.57.7.86] (unknown [10.57.7.86]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D62FF3F73D; Sun, 27 Nov 2022 23:19:54 -0800 (PST) Message-ID: <283adb73-99c2-4215-0711-26ff0f73da26@arm.com> Date: Mon, 28 Nov 2022 07:19:53 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH] thermal/core/power allocator: Remove a useless include Content-Language: en-US To: Christophe JAILLET Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, "Rafael J. Wysocki" , linux-pm@vger.kernel.org, Daniel Lezcano , Zhang Rui , Amit Kucheria References: <9adeec47cb5a8193016272d5c8bf936235c1711d.1669459337.git.christophe.jaillet@wanadoo.fr> From: Lukasz Luba In-Reply-To: <9adeec47cb5a8193016272d5c8bf936235c1711d.1669459337.git.christophe.jaillet@wanadoo.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/26/22 10:42, Christophe JAILLET wrote: > This file does not use rcu, so there is no point in including > . > > Remove it. > > Signed-off-by: Christophe JAILLET > --- > 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 2d1aeaba38a8..d5d4eae16771 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 > Good catch. Reviewed-by: Lukasz Luba