ANDROID: drivers: hv: Include memory encryption header
In order to prepare the ground for providing set_mem_{en,de}crypted() for arm64, make sure to include the right header to avoid allmodconfig build failures. Bug: 233587962 Change-Id: I6fb5a9e469a6fe8496dff81a8cda50b6c6c1ed7f Signed-off-by: Quentin Perret <qperret@google.com>
This commit is contained in:
parent
0f6815d635
commit
ead4a2adad
@ -19,6 +19,7 @@
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/set_memory.h>
|
||||
#include <asm/page.h>
|
||||
#include <asm/mem_encrypt.h>
|
||||
#include <asm/mshyperv.h>
|
||||
|
||||
#include "hyperv_vmbus.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <linux/export.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/set_memory.h>
|
||||
#include <asm/mem_encrypt.h>
|
||||
#include <asm/mshyperv.h>
|
||||
|
||||
#include "hyperv_vmbus.h"
|
||||
|
Loading…
Reference in New Issue
Block a user