Commit 9267bdd8 authored by Alexander Gordeev's avatar Alexander Gordeev Committed by Vasily Gorbik

s390/mm: fix no previous prototype warnings in maccess.c

Fix -Wmissing-prototypes warnings caused by missing maccess.h include.
Reported-by: default avatarkernel test robot <lkp@intel.com>
Fixes: 2f0e8aae ("s390/mm: rework memcpy_real() to avoid DAT-off mode")
Signed-off-by: default avatarAlexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent fba07cd4
......@@ -18,6 +18,7 @@
#include <asm/io.h>
#include <asm/abs_lowcore.h>
#include <asm/stacktrace.h>
#include <asm/maccess.h>
unsigned long __bootdata_preserved(__memcpy_real_area);
static __ro_after_init pte_t *memcpy_real_ptep;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment