From: Ben Dooks Date: Tue, 8 Oct 2019 10:46:46 +0000 (+0100) Subject: PM: sleep: include for pm_wq X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f49249d58abdc12067d69f15d509487171148b30;p=linux.git PM: sleep: include for pm_wq Include the for the definition of pm_wq to avoid the following warning: kernel/power/main.c:890:25: warning: symbol 'pm_wq' was not declared. Should it be static? Signed-off-by: Ben Dooks Signed-off-by: Rafael J. Wysocki --- diff --git a/kernel/power/main.c b/kernel/power/main.c index e8710d179b35b..e26de7af520be 100644 --- a/kernel/power/main.c +++ b/kernel/power/main.c @@ -15,6 +15,7 @@ #include #include #include +#include #include "power.h"