Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 246359d3 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

pm_runtime.h: explicitly requires notifier.h



This file was getting notifier.h via device.h --> module.h but
the module.h inclusion is going away, so add notifier.h directly.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent a8efa9d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
#define _LINUX_PM_RUNTIME_H

#include <linux/device.h>
#include <linux/notifier.h>
#include <linux/pm.h>

#include <linux/jiffies.h>