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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user