summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2013-03-30 09:26:36 +0000
committerWolfgang Denk <wd@denx.de>2013-05-02 20:43:38 +0200
commitb91363cd34061fde84614f64d3c0975ff056d44d (patch)
treea68e0c0bbe1ee85a5e3fc602f45eb7c4a28fa16f /include
parent971020c755e5633c9a8f532356ee1750b38dd86f (diff)
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 <agust@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index 28aa4b9d60..de75da29ca 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