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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;