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

Commit 4b38a935 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

haven: Include notifer header file



The haven RM driver header file exposes functions where notifier
blocks are used. However, not all clients who include the
header file will necessarily have the notifier header file
in their source file, which causes compilation errors. Thus,
include the notifier header file in the RM driver header file
so that all other clients don't have to.

Change-Id: If74509e5d7fc2bbaeb4a427a7cd576f853fd8358
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent 1264c046
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
#define __HH_RM_DRV_H

#include <linux/types.h>
#include <linux/notifier.h>

#include "hh_common.h"