ANDROID: fix kernelci build-break

Fix 'allmodconfig' build-break. Missing a #include.

Signed-off-by: Todd Kjos <tkjos@google.com>
Fixes: 69c0f72d6c ("BACKPORT: kernel/memremap, kasan: make ZONE_DEVICE
with 5 work with KASAN")

Change-Id: I4ce0a611508624981be7f82f4bb4913ec51dbe03
This commit is contained in:
Todd Kjos
2019-08-19 12:02:02 -07:00
parent 5d8bfdf81c
commit 40b8f54d0f

View File

@@ -19,6 +19,7 @@
#include <linux/memory_hotplug.h>
#include <linux/swap.h>
#include <linux/swapops.h>
#include <linux/kasan.h>
#ifndef ioremap_cache
/* temporary while we convert existing ioremap_cache users to memremap */