From 66a9455b6bf46d69cec5c88d1a600d1d9a10670d Mon Sep 17 00:00:00 2001 From: Grzegorz Bernacki Date: Tue, 8 Jan 2008 17:16:59 +0100 Subject: MPC512X: Fixed typo in macro name. Signed-off-by: Grzegorz Bernacki --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 9ef9344412..54083f10c5 100644 --- a/include/common.h +++ b/include/common.h @@ -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) -- cgit v1.2.3