Skip to content

Commit f871e71

Browse files
author
Ulf Hansson
committed
PM: domains: Drop redundant header for genpd
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
1 parent 05ce719 commit f871e71

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/base/power/domain.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
#include <linux/cpu.h>
2424
#include <linux/debugfs.h>
2525

26-
#include "power.h"
27-
2826
#define GENPD_RETRY_MAX_MS 250 /* Approximate */
2927

3028
#define GENPD_DEV_CALLBACK(genpd, type, callback, dev) \

0 commit comments

Comments
 (0)