powerpc: Delete unused prom_strtoul and prom_memparse
authorMilton Miller <miltonm@bga.com>
Mon, 20 Oct 2008 18:03:18 +0000 (18:03 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 21 Oct 2008 04:20:08 +0000 (15:20 +1100)
These functions should have been static, and inspection shows they
are no longer used.   (We used to parse mem= but we now defer that
to early_param).

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found