
12 Jan
2008
12 Jan
'08
3:35 p.m.
Signed-off-by: Grzegorz Bernacki gjb@semihalf.com --- include/common.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/common.h b/include/common.h index 493417f..1bc33f5 100644 --- a/include/common.h +++ b/include/common.h @@ -462,7 +462,7 @@ int prt_8260_clks (void); #elif defined(CONFIG_MPC5xxx) int prt_mpc5xxx_clks (void); #endif -#if defined(CONFIG_MPC512x) +#if defined(CONFIG_MPC512X) int prt_mpc512xxx_clks (void); #endif #if defined(CONFIG_MPC8220)
--
1.5.2.2