kernel: remove unused workqueue

This commit is contained in:
weishu
2025-11-06 02:29:04 +00:00
committed by ShirkNeko
parent a81da2c586
commit 64045b5386
2 changed files with 6 additions and 63 deletions

View File

@@ -95,8 +95,6 @@ struct app_profile {
};
};
bool ksu_queue_work(struct work_struct *work);
static inline int startswith(char *s, char *prefix)
{
return strncmp(s, prefix, strlen(prefix));