commit | b7df4d1b23bfca830f1076412d21524686c5a441 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Wed May 27 11:09:37 2015 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu May 28 11:32:08 2015 +0930 |
tree | cd496160a6e3b493bb8d508e910a84eeb4ac6a09 | |
parent | 6c9692e2d6a2206d8fd75ea247daa47fb75e4a02 [diff] |
module: Use __module_address() for module_address_lookup() Use the generic __module_address() addr to struct module lookup instead of open coding it once more. Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>