From 292b213be2d3cf9167cf9005a7f32617bf218478 Mon Sep 17 00:00:00 2001 From: buxiasen Date: Mon, 17 Jun 2024 12:14:50 +0800 Subject: [PATCH] pm: pm_runtime fix header Signed-off-by: buxiasen --- drivers/power/pm/pm_runtime.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/power/pm/pm_runtime.c b/drivers/power/pm/pm_runtime.c index 223e9b40f0..c407b4c02d 100644 --- a/drivers/power/pm/pm_runtime.c +++ b/drivers/power/pm/pm_runtime.c @@ -25,6 +25,8 @@ #include #include +#include +#include #include #include