PM: fix missing rculist.h dependency
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 18 Dec 2023 00:57:18 +0000 (19:57 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:30 +0000 (19:26 -0500)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
drivers/base/power/runtime.c

index 4545669cb9735ac65839c0d7a1c7ab5c70467f29..05793c9fbb8499ec18d9584c6a7cb4b3fcc7a8c7 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/export.h>
 #include <linux/pm_runtime.h>
 #include <linux/pm_wakeirq.h>
+#include <linux/rculist.h>
 #include <trace/events/rpm.h>
 
 #include "../base.h"