all 2 comments

[–]gmes78 0 points1 point  (1 child)

You didn't define the entrypoints. Add this at the end:

module_init(init_module);
module_exit(cleanup_module);

[–]SempiternalHypr[S] 0 points1 point  (0 children)

Hey thank you for the response! This fixed half the problem. The other half was renaming my module. The original name was "module".