kernel: Resolve compilation issues
This commit is contained in:
@@ -95,6 +95,8 @@ 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