diff options
| author | Jakub Kicinski <[email protected]> | 2019-09-03 04:31:05 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-09-05 07:49:49 +0000 |
| commit | be2fbc155fc8c0ff6e499753354d965cd9cf1bb0 (patch) | |
| tree | fb3802026285ef0ebf27398f75a4e9db40e3b694 /net/tls/tls_device.c | |
| parent | net/tls: narrow down the critical area of device_offload_lock (diff) | |
| download | kernel-be2fbc155fc8c0ff6e499753354d965cd9cf1bb0.tar.gz kernel-be2fbc155fc8c0ff6e499753354d965cd9cf1bb0.zip | |
net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICE
TLS code has a number of #ifdefs which make the code a little
harder to follow. Recent fixes removed the ifdef around the
TLS_HW define, so we can switch to the often used pattern
of defining tls_device functions as empty static inlines
in the header when CONFIG_TLS_DEVICE=n.
Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: John Hurley <[email protected]>
Reviewed-by: Dirk van der Merwe <[email protected]>
Acked-by: John Fastabend <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tls/tls_device.c')
0 files changed, 0 insertions, 0 deletions
