summaryrefslogtreecommitdiff
path: root/net/smc/smc_sysctl.h
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-03-10 07:01:20 +0300
committerJakub Kicinski <kuba@kernel.org>2022-03-10 07:01:20 +0300
commitc01e605904f1c8e25cfaecf04edaaa2824674065 (patch)
tree2772d34dcd633587e2ff997adcd38d6670da29cd /net/smc/smc_sysctl.h
parent4a5eaa2fde59d08d0ca14f985a61c6c745555bbb (diff)
parentb23f9239195a1af116d6b388cd00c9002f80f80f (diff)
downloadlinux-c01e605904f1c8e25cfaecf04edaaa2824674065.tar.xz
Merge branch 'net-fungible-fix-errors-when-config_tls_device-n'
Dimitris Michailidis says: ==================== net/fungible: fix errors when CONFIG_TLS_DEVICE=n This pair of patches fix compile errors in funeth when CONFIG_TLS_DEVICE=n. The errors are due to symbols that are not defined in this config but are used in code guarded by "if (IS_ENABLED(CONFIG_TLS_DEVICE) ..." One option is to place this code under preprocessor guards that will keep the compiler from looking at the code. The option adopted here is to define the offending symbols also when CONFIG_TLS_DEVICE=n. The first patch does this for two functions in tls.h. The second does the same for driver symbols and makes tls.h inclusion unconditional. ==================== Link: https://lore.kernel.org/r/20220309034032.405212-1-dmichail@fungible.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/smc/smc_sysctl.h')
0 files changed, 0 insertions, 0 deletions