[MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup()
authorFranck Bui-Huu <fbuihuu@gmail.com>
Fri, 13 Oct 2006 11:37:35 +0000 (13:37 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 19 Oct 2006 16:55:12 +0000 (17:55 +0100)
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>

No differences found