]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/xmon: Remove renaming #defines of scanhex() and skipbl()
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 9 Oct 2012 04:20:33 +0000 (04:20 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 15 Nov 2012 01:59:49 +0000 (12:59 +1100)
commit1f54fcd3bfb70bd772523ed783a41c055b8b9131
tree67ed6708b2fa9832dfde12cbb80698f13e961f8e
parent5752e0284f1b1db90b20adac4516e658244330d1
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>
arch/powerpc/xmon/xmon.c