]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
module: remove module_text_address()
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 31 Mar 2009 19:05:31 +0000 (13:05 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 31 Mar 2009 02:35:32 +0000 (13:05 +1030)
commita6e6abd575fcbe6572ebc7a70ad616406d206fa8
tree3909d2be063116936179bb4da85d5cb4aed32ce6
parente610499e2656e61975affd0af56b26eb73964c84
module: remove module_text_address()

Impact: Replace and remove risky (non-EXPORTed) API

module_text_address() returns a pointer to the module, which given locking
improvements in module.c, is useless except to test for NULL:

1) If the module can't go away, use __module_text_address.
2) Otherwise, just use is_module_text_address().

Cc: linux-mtd@lists.infradead.org
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/mtd/nand/nand_base.c
include/linux/module.h
kernel/extable.c
kernel/module.c