Skip to content

Commit

Permalink
kernel: fix MODULE_IMPORT_NS error
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuntk committed Aug 17, 2024
1 parent 404f3e5 commit 7b2994f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel/ksu.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#include "ksu.h"
#include "throne_tracker.h"

// Rissu: may fix `MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);` error
#include <linux/version.h>

static struct workqueue_struct *ksu_workqueue;

bool ksu_queue_work(struct work_struct *work)
Expand Down

0 comments on commit 7b2994f

Please sign in to comment.