mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 05:25:11 -04:00
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>
This commit is contained in:
parent
971020c755
commit
b91363cd34
@ -151,9 +151,3 @@ U_BOOT_CMD(clocks, 1, 0, do_clocks,
|
|||||||
"print clock configuration",
|
"print clock configuration",
|
||||||
" clocks"
|
" clocks"
|
||||||
);
|
);
|
||||||
|
|
||||||
int prt_mpc512x_clks (void)
|
|
||||||
{
|
|
||||||
do_clocks (NULL, 0, 0, NULL);
|
|
||||||
return (0);
|
|
||||||
}
|
|
||||||
|
@ -648,9 +648,6 @@ int prt_8260_clks (void);
|
|||||||
#elif defined(CONFIG_MPC5xxx)
|
#elif defined(CONFIG_MPC5xxx)
|
||||||
int prt_mpc5xxx_clks (void);
|
int prt_mpc5xxx_clks (void);
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_MPC512X)
|
|
||||||
int prt_mpc512xxx_clks (void);
|
|
||||||
#endif
|
|
||||||
#if defined(CONFIG_MPC8220)
|
#if defined(CONFIG_MPC8220)
|
||||||
int prt_mpc8220_clks (void);
|
int prt_mpc8220_clks (void);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user