From: Michael Ellerman Date: Tue, 9 Oct 2012 04:20:33 +0000 (+0000) Subject: powerpc/xmon: Remove renaming #defines of scanhex() and skipbl() X-Git-Tag: v3.8-rc1~68^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3dc19cddce37a1aaebc911c8db94e5209a9764d;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed