diff options
| author | Heiko Carstens <hca@linux.ibm.com> | 2025-06-12 14:36:59 +0200 |
|---|---|---|
| committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2025-06-17 18:18:02 +0200 |
| commit | 8a56977051f2d5d91c455847bb3456d97b5d7977 (patch) | |
| tree | c9a565a5d255b0e8515c2c203ed4b77bfa7c7d28 /net | |
| parent | s390: Remove unnecessary include <linux/export.h> (diff) | |
| download | linux-8a56977051f2d5d91c455847bb3456d97b5d7977.tar.gz linux-8a56977051f2d5d91c455847bb3456d97b5d7977.zip | |
s390/drivers: 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 'net')
| -rw-r--r-- | net/iucv/iucv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/iucv/iucv.c b/net/iucv/iucv.c index 83070a2e4485..473a7847d80b 100644 --- a/net/iucv/iucv.c +++ b/net/iucv/iucv.c @@ -24,6 +24,7 @@ #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/kernel_stat.h> +#include <linux/export.h> #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/spinlock.h> |
