Skip to content

Commit ed509c7

Browse files
author
Kent Overstreet
committed
PM: fix missing rculist.h dependency
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent 058e052 commit ed509c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/base/power/runtime.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <linux/export.h>
1212
#include <linux/pm_runtime.h>
1313
#include <linux/pm_wakeirq.h>
14+
#include <linux/rculist.h>
1415
#include <trace/events/rpm.h>
1516

1617
#include "../base.h"

0 commit comments

Comments
 (0)