s390/mm: fix no previous prototype warnings in maccess.c
authorAlexander Gordeev <agordeev@linux.ibm.com>
Fri, 16 Sep 2022 09:08:20 +0000 (11:08 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Fri, 16 Sep 2022 16:36:25 +0000 (18:36 +0200)
commit9267bdd8194f8166ddfddd3d5577b6ba1632a165
tree23ce787f2e1319039aca0563e8ced80cd0a716e0
parentfba07cd4dd8fb4833015801a83f945b2d65a5c4b
s390/mm: fix no previous prototype warnings in maccess.c

Fix -Wmissing-prototypes warnings caused by missing maccess.h include.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 2f0e8aae26a2 ("s390/mm: rework memcpy_real() to avoid DAT-off mode")
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/mm/maccess.c