Rusty Russell a6e6abd575 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>
2009-03-31 13:05:32 +10:30
..
2009-03-28 20:29:51 +00:00
2009-03-31 13:05:32 +10:30
2009-01-27 16:54:41 +02:00
2008-06-04 17:50:17 +01:00
2008-10-21 07:48:38 -04:00
2008-06-04 17:50:17 +01:00
2008-06-04 17:50:17 +01:00