diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2024-05-06 22:44:54 +0300 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2024-05-14 21:21:04 +0300 |
commit | effb83572685eaa70d05a8dd6307ca574a11fcf3 (patch) | |
tree | 550b5566293e41f99418e44d338b509e4b2fff52 /include/net | |
parent | ccec5032291b108e694b55394cd035c9d840052a (diff) | |
download | linux-effb83572685eaa70d05a8dd6307ca574a11fcf3.tar.xz |
s390/iucv: Unexport iucv_root
There is no user of iucv_root outside of the core IUCV code left.
Therefore remove the EXPORT_SYMBOL.
Acked-by: Alexandra Winter <wintera@linux.ibm.com>
Link: https://lore.kernel.org/r/20240506194454.1160315-7-hca@linux.ibm.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/iucv/iucv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/iucv/iucv.h b/include/net/iucv/iucv.h index b3736e66fe1a..4d114e6d6d23 100644 --- a/include/net/iucv/iucv.h +++ b/include/net/iucv/iucv.h @@ -82,7 +82,6 @@ struct iucv_array { } __attribute__ ((aligned (8))); extern const struct bus_type iucv_bus; -extern struct device *iucv_root; struct device_driver; |