diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2024-05-06 21:44:54 +0200 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2024-05-14 20:21:04 +0200 |
commit | effb83572685eaa70d05a8dd6307ca574a11fcf3 (patch) | |
tree | 550b5566293e41f99418e44d338b509e4b2fff52 /net | |
parent | tty: hvc-iucv: Make use of iucv_alloc_device() (diff) | |
download | linux-effb83572685eaa70d05a8dd6307ca574a11fcf3.tar.xz linux-effb83572685eaa70d05a8dd6307ca574a11fcf3.zip |
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 'net')
-rw-r--r-- | net/iucv/iucv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/iucv/iucv.c b/net/iucv/iucv.c index 9db7c2c0ae72..2e61f19621ee 100644 --- a/net/iucv/iucv.c +++ b/net/iucv/iucv.c @@ -73,8 +73,7 @@ const struct bus_type iucv_bus = { }; EXPORT_SYMBOL(iucv_bus); -struct device *iucv_root; -EXPORT_SYMBOL(iucv_root); +static struct device *iucv_root; static void iucv_release_device(struct device *device) { |