kernel: remove unused workqueue

This commit is contained in:
weishu
2025-11-06 02:29:04 +00:00
committed by ShirkNeko
parent 91312effba
commit c8e103062a
2 changed files with 2 additions and 20 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));