Skip to content
Snippets Groups Projects
Verified Commit cfd37520 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues Committed by Johannes Schauer Marin Rodrigues
Browse files

Convert symbol namespace to string literal

Required since upstream commit cdd30ebb1b9f36159d66f088b61aee264e649d7a
parent ba9e0944
No related branches found
No related tags found
No related merge requests found
Pipeline #3415 failed
......@@ -1098,5 +1098,9 @@ int vos_status_to_os_return(VOS_STATUS status)
}
}
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,12,0)) || defined(FORCE_CRYPTO_INTERNAL)
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6,13,0))
MODULE_IMPORT_NS("CRYPTO_INTERNAL");
#else
MODULE_IMPORT_NS(CRYPTO_INTERNAL);
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment