]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
thermal/core/power allocator: Remove a useless include
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 26 Nov 2022 10:42:25 +0000 (11:42 +0100)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Wed, 14 Dec 2022 14:25:40 +0000 (15:25 +0100)
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

index 2d1aeaba38a889b0a62025ca7b089aa430f40cbf..d5d4eae16771b358346c55b9c17d13f052cbaf0a 100644 (file)
@@ -8,7 +8,6 @@
 
 #define pr_fmt(fmt) "Power allocator: " fmt
 
-#include <linux/rculist.h>
 #include <linux/slab.h>
 #include <linux/thermal.h>