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 --- include/common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 28aa4b9..de75da2 100644 --- a/include/common.h +++ b/include/common.h @@ -648,9 +648,6 @@ int prt_8260_clks (void); #elif defined(CONFIG_MPC5xxx) int prt_mpc5xxx_clks (void); #endif -#if defined(CONFIG_MPC512X) -int prt_mpc512xxx_clks (void); -#endif #if defined(CONFIG_MPC8220) int prt_mpc8220_clks (void); #endif -- cgit v1.1