From b91363cd34061fde84614f64d3c0975ff056d44d Mon Sep 17 00:00:00 2001 From: Anatolij Gustschin Date: Sat, 30 Mar 2013 09:26:36 +0000 Subject: mpc512x: remove dead code The prt_mpc512x_clks() function isn't referenced anywhere and its prototype is wrong. Remove it. Signed-off-by: Anatolij Gustschin --- arch/powerpc/cpu/mpc512x/speed.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'arch/powerpc/cpu/mpc512x/speed.c') diff --git a/arch/powerpc/cpu/mpc512x/speed.c b/arch/powerpc/cpu/mpc512x/speed.c index 9a8f315..6761877 100644 --- a/arch/powerpc/cpu/mpc512x/speed.c +++ b/arch/powerpc/cpu/mpc512x/speed.c @@ -151,9 +151,3 @@ U_BOOT_CMD(clocks, 1, 0, do_clocks, "print clock configuration", " clocks" ); - -int prt_mpc512x_clks (void) -{ - do_clocks (NULL, 0, 0, NULL); - return (0); -} -- cgit v1.1