summaryrefslogtreecommitdiff
path: root/arch/s390/mm/gmap_helpers.c
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2025-06-12 13:47:38 +0200
committerAlexander Gordeev <agordeev@linux.ibm.com>2025-06-17 18:18:02 +0200
commit65c9a9f92502442157f7eb98e8cd8ad255676330 (patch)
treee65a877dd295233d877ea8260957ffe5bbb43b61 /arch/s390/mm/gmap_helpers.c
parent42398caf16c955251a2dab86f797b76adeb99899 (diff)
s390: Explicitly include <linux/export.h>
Explicitly include <linux/export.h> in files which contain an EXPORT_SYMBOL(). See commit a934a57a42f6 ("scripts/misc-check: check missing #include <linux/export.h> when W=1") for more details. Acked-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'arch/s390/mm/gmap_helpers.c')
-rw-r--r--arch/s390/mm/gmap_helpers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/mm/gmap_helpers.c b/arch/s390/mm/gmap_helpers.c
index a45d417ad951..b63f427e7289 100644
--- a/arch/s390/mm/gmap_helpers.c
+++ b/arch/s390/mm/gmap_helpers.c
@@ -4,6 +4,8 @@
*
* Copyright IBM Corp. 2007, 2025
*/
+
+#include <linux/export.h>
#include <linux/mm_types.h>
#include <linux/mmap_lock.h>
#include <linux/mm.h>