Skip to content
Commit 736e89d9 authored by Oleg Nesterov's avatar Oleg Nesterov
Browse files

uprobes: Kill module_init() and module_exit()



Turn module_init() into __initcall() and kill module_exit().

This code can't be compiled as a module so these module_*()
calls only add the confusion, especially if arch-dependant
code needs its own initialization hooks.

Signed-off-by: default avatarOleg Nesterov <oleg@redhat.com>
parent 3820b4d2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment