kernel: fix unused-variable

This commit is contained in:
weishu
2023-01-19 13:54:42 +07:00
parent deac6163d6
commit da377a9fa9

View File

@@ -302,8 +302,6 @@ int ksu_handle_prctl(int option, unsigned long arg2, unsigned long arg3,
int kernelsu_init(void)
{
int rc = 0;
#ifdef CONFIG_KSU_DEBUG
pr_alert("You are running DEBUG version of KernelSU");
#endif