Linux Power Management development
 help / color / mirror / Atom feed
* [thermal: thermal/next] thermal/core/power allocator: Remove a useless include
@ 2022-12-09 15:26 thermal-bot for Christophe JAILLET
  0 siblings, 0 replies; only message in thread
From: thermal-bot for Christophe JAILLET @ 2022-12-09 15:26 UTC (permalink / raw)
  To: linux-pm
  Cc: Christophe JAILLET, Lukasz Luba, Daniel Lezcano, rui.zhang,
	daniel.lezcano, amitk

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 <christophe.jaillet@wanadoo.fr>
AuthorDate:    Sat, 26 Nov 2022 11:42:25 +01:00
Committer:     Daniel Lezcano <daniel.lezcano@kernel.org>
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
<linux/rculist.h>.

Remove it.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Link: https://lore.kernel.org/r/9adeec47cb5a8193016272d5c8bf936235c1711d.1669459337.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
---
 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 <linux/rculist.h>
 #include <linux/slab.h>
 #include <linux/thermal.h>
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-09 15:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-09 15:26 [thermal: thermal/next] thermal/core/power allocator: Remove a useless include thermal-bot for Christophe JAILLET

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox