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: Isaac J. Manjarres <isaacm@codeaurora.org>
This commit is contained in:
Isaac J. Manjarres 2020-03-24 12:27:31 -07:00
parent 1264c046de
commit 4b38a9359f

View File

@ -8,6 +8,7 @@
#define __HH_RM_DRV_H
#include <linux/types.h>
#include <linux/notifier.h>
#include "hh_common.h"