]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
PM: domains: Drop redundant header for genpd
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 13 Dec 2023 11:32:45 +0000 (12:32 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 18 Dec 2023 11:49:14 +0000 (12:49 +0100)
The "power.h" is no longer needed by genpd, so let's simply drop the
include of it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Link: https://lore.kernel.org/r/20231213113245.29075-1-ulf.hansson@linaro.org
drivers/base/power/domain.c

index cf65b5a9783cbb600277946430a8cc4cd01d3bde..9ee1bf2ece10ff243bf4b1fbd10bc6fee5858a22 100644 (file)
@@ -23,8 +23,6 @@
 #include <linux/cpu.h>
 #include <linux/debugfs.h>
 
-#include "power.h"
-
 #define GENPD_RETRY_MAX_MS     250             /* Approximate */
 
 #define GENPD_DEV_CALLBACK(genpd, type, callback, dev)         \