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)
commit34d81f858a3bdec568bf08c4feb997ccd3d40b94
tree7ecadd4c6387d88370c974db4ede2715a3ebcbf8
parent0dcd440120ef12879ff34fc78d7e4abf171c79e4
powerpc: Delete unused prom_strtoul and prom_memparse

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>
arch/powerpc/kernel/prom_init.c