From: Rusty Russell Date: Tue, 31 Mar 2009 19:05:31 +0000 (-0600) Subject: module: remove module_text_address() X-Git-Tag: v2.6.30-rc1~206^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e6abd575fcbe6572ebc7a70ad616406d206fa8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed