[PATCH 1/2] PM: domains: Drop redundant header for genpd

Ulf Hansson ulf.hansson at linaro.org
Wed Dec 13 03:32:45 PST 2023


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 at linaro.org>
---
 drivers/base/power/domain.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c
index cf65b5a9783c..9ee1bf2ece10 100644
--- a/drivers/base/power/domain.c
+++ b/drivers/base/power/domain.c
@@ -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)		\
-- 
2.34.1




More information about the linux-arm-kernel mailing list