diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2021-08-09 10:30:47 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-09 10:13:32 +0100 |
commit | 4eb9eda6ba64114d98827e2870e024d5ab7cd35b (patch) | |
tree | 3c960f82e6aeb1729b073dee3ab8d99bb0c90ef3 /net/ipv4/raw.c | |
parent | 10d6393dc471de5b8be84a19a967e51058ac5d1e (diff) |
net/af_iucv: clean up a try_then_request_module()
Use IS_ENABLED(CONFIG_IUCV) to determine whether the iucv_if symbol
is available, and let depmod deal with the module dependency.
This was introduced back with commit 6fcd61f7bf5d ("af_iucv: use
loadable iucv interface"). And to avoid sprinkling IS_ENABLED() over
all the code, we're keeping the indirection through pr_iucv->...().
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/raw.c')
0 files changed, 0 insertions, 0 deletions