Skip to content

Commit de04f68

Browse files
tititiou36Daniel Lezcano
authored andcommitted
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 <[email protected]> Reviewed-by: Lukasz Luba <[email protected]> Link: https://lore.kernel.org/r/9adeec47cb5a8193016272d5c8bf936235c1711d.1669459337.git.christophe.jaillet@wanadoo.fr Signed-off-by: Daniel Lezcano <[email protected]>
1 parent de95d13 commit de04f68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/thermal/gov_power_allocator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#define pr_fmt(fmt) "Power allocator: " fmt
1010

11-
#include <linux/rculist.h>
1211
#include <linux/slab.h>
1312
#include <linux/thermal.h>
1413

0 commit comments

Comments
 (0)