]> git.baikalelectronics.ru Git - kernel.git/commit
uprobes: Kill module_init() and module_exit()
authorOleg Nesterov <oleg@redhat.com>
Thu, 31 Oct 2013 18:28:22 +0000 (19:28 +0100)
committerOleg Nesterov <oleg@redhat.com>
Wed, 6 Nov 2013 18:59:50 +0000 (19:59 +0100)
commit9cf71f0ab449a36653924c19eb8f9def0484bfb8
treef2b6362335c4e91014e6ce8a4878a3a84299e606
parentcfbb878d6c9cd5f74544d300e261d28f860dcabe
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: Oleg Nesterov <oleg@redhat.com>
kernel/events/uprobes.c