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:
Quentin Perret 2022-12-15 13:25:05 +00:00
parent 0f6815d635
commit ead4a2adad
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"