kernel: fix build

This commit is contained in:
ShirkNeko
2025-11-08 20:47:37 +08:00
parent 8c849518fb
commit 3137fc4ee0

View File

@@ -598,9 +598,6 @@ bool susfs_is_sus_su_hooks_enabled __read_mostly = false;
int susfs_sus_su_working_mode = 0;
static bool ksu_is_su_kps_enabled(void) {
#ifdef KSU_KPROBES_HOOK
destroy_kprobe(&pts_kp);
#endif
return false;
}