From: Oleg Nesterov Date: Thu, 31 Oct 2013 18:28:22 +0000 (+0100) Subject: uprobes: Kill module_init() and module_exit() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=736e89d9f782a7dd9a38ecda13b2db916fa72f33;p=pandora-kernel.git 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 --- Reading git-diff-tree failed