kernel: remove unused workqueue
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user