d17960d9eccdc8ddb553c3a1f7df9233199f1a9b
* kernel: define ksu_core_exit() for <4.1 devices without LSM hooks Ensure ksu_core_exit() is defined even if CONFIG_KSU_LSM_SECURITY_HOOKS is disabled, which is mostly relevant for kernels 4.1 and older, preventing build failures due to missing exit function. Signed-off-by: Prslc <prslc113@gmail.com> * kernel: consolidate ksu_core_exit() definition Move ksu_core_exit() out of the CONFIG_KSU_LSM_SECURITY_HOOKS conditional branches to remove redundant empty definitions and ensure the exit function is always available. Signed-off-by: Prslc <prslc113@gmail.com> --------- Signed-off-by: Prslc <prslc113@gmail.com>
Description
Languages
Kotlin
67.1%
C
20%
Rust
11.1%
Shell
0.9%
Makefile
0.4%
Other
0.4%