kernel: remove KSU_WITH_KPROBES definition since it's already defined by Kconfig

This commit is contained in:
Rifat Azad
2025-02-24 01:29:28 +06:00
committed by GitHub
parent cd0031e8a5
commit 785d8143fb

View File

@@ -11,10 +11,6 @@
#include "ksu.h"
#include "throne_tracker.h"
#ifdef MODULE
#define CONFIG_KSU_WITH_KPROBES
#endif
static struct workqueue_struct *ksu_workqueue;
bool ksu_queue_work(struct work_struct *work)