Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

PM: fix missing rculist.h dependency

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

+1
+1
drivers/base/power/runtime.c
··· 11 11 #include <linux/export.h> 12 12 #include <linux/pm_runtime.h> 13 13 #include <linux/pm_wakeirq.h> 14 + #include <linux/rculist.h> 14 15 #include <trace/events/rpm.h> 15 16 16 17 #include "../base.h"