mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
JIRA: https://issues.redhat.com/browse/RHEL-99995 commit 7ecc69488329671617c1f1c6c30f2ebcd81f915e Author: Heiko Carstens <hca@linux.ibm.com> Date: Thu Jun 12 15:43:08 2025 +0200 s390/drivers: Remove unnecessary include <linux/export.h> Remove include <linux/export.h> from all files which do not contain an EXPORT_SYMBOL(). See commit 7d95680d64ac ("scripts/misc-check: check unnecessary #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> Signed-off-by: Nihar Panda <niharp@linux.ibm.com> Signed-off-by: Mete Durlu <mdurlu@redhat.com>