Skip to content

Commit f871e71

Browse files
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 <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 05ce719 commit f871e71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)