MPC512X: Fixed typo in macro name.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
This commit is contained in:
Grzegorz Bernacki 2008-01-08 17:16:59 +01:00 committed by Wolfgang Denk
parent 281ff9a45c
commit 66a9455b6b

View File

@ -468,7 +468,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)