kernel/Makefile: remove redundant get_cred_rcu backports

This commit is contained in:
Rifat Azad
2025-07-14 20:11:13 +06:00
parent 14b7861f44
commit bd03c296a1
2 changed files with 0 additions and 38 deletions

View File

@@ -47,10 +47,6 @@
#include "throne_tracker.h"
#include "kernel_compat.h"
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 0, 0) || defined(KSU_COMPAT_GET_CRED_RCU)
#define KSU_GET_CRED_RCU
#endif
static bool ksu_module_mounted = false;
extern int handle_sepolicy(unsigned long arg3, void __user *arg4);