| commit | d56efda4510b1c6be3bd5ceb3e6dd3a4d64396f3 | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@ftp.linux.org.uk> | Fri Dec 16 22:40:47 2005 +0000 |
| committer | <ralf@denk.linux-mips.net> | Tue Jan 10 13:39:08 2006 +0000 |
| tree | 4c7a91fb4f73f37517654a0d10fa92e62b7ede3f | |
| parent | 830e9c002a5864e8cfcc55d3875cdebdd4168b00 [diff] |
MIPS: Namespace pollution: dump_regs() -> elf_dump_regs()
dump_regs() is used by a bunch of drivers for their internal stuff;
renamed mips instance (one that is seen in system-wide headers)
to elf_dump_regs()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>