commit | 55b7428303d390c53d3a1bc587de8592ce65900e | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <fbuihuu@gmail.com> | Fri Oct 13 13:37:35 2006 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 19 17:55:12 2006 +0100 |
tree | d868fceac63f285eddf8a46036ec5d2c7dfb79af | |
parent | ce9e3d9953c8cb67001719b5516da2928e956be4 [diff] |
[MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup() This new routine doesn't lookup for symbol names. So we needn't to pass any char buffers or pointer since we don't care about names. Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>