commit | b3dc19cddce37a1aaebc911c8db94e5209a9764d | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Tue Oct 09 04:20:33 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Nov 15 12:59:49 2012 +1100 |
tree | 67ed6708b2fa9832dfde12cbb80698f13e961f8e | |
parent | 33b5cd686649f56d40fa258a0881f6acdbd70134 [diff] |
powerpc/xmon: Remove renaming #defines of scanhex() and skipbl() We have two #defines that rename scanhex() and skipbl() to xmon_scanhex() and xmon_skipbl() - but no one ever uses those names. So the only effect is to rename the actual symbols in the generated code, and AFACIS there is no reason to do that, so drop them. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>