powerpc/xmon: Remove unused xmon_expect() & xmon_read_poll()
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 9 Oct 2012 04:20:29 +0000 (04:20 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 15 Nov 2012 01:59:37 +0000 (12:59 +1100)
commiteb1c2abb611b51a935cdb36bbc0e364958ccb83c
tree91e00bce431972be7fcf08e1715ef6d893c7866c
parent6432200aa8de3242d64c02e0bf29305147df0171
powerpc/xmon: Remove unused xmon_expect() & xmon_read_poll()

It looks like xmon_expect() was used for doing xmon over a modem (!?),
that code was dropped in 2005 in commit 51d3082 "Unify udbg (#2)".

Once xmon_expect() is gone xmon_read_poll() is unused, drop it too.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/xmon/nonstdio.c
arch/powerpc/xmon/nonstdio.h
arch/powerpc/xmon/start.c