diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2025-06-12 13:47:38 +0200 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2025-06-17 18:18:02 +0200 |
commit | 65c9a9f92502442157f7eb98e8cd8ad255676330 (patch) | |
tree | e65a877dd295233d877ea8260957ffe5bbb43b61 /arch/s390/mm/gmap_helpers.c | |
parent | 42398caf16c955251a2dab86f797b76adeb99899 (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.c | 2 |
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> |