From: Ralf Baechle Date: Fri, 13 Jul 2007 05:45:48 +0000 (+0100) Subject: [MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_AU1000_SRC_CLK X-Git-Tag: v2.6.23-rc1~1079^2~7 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=85a882bc3553636930bef7773201955c0e2fcf99;p=linux-2.6-omap-h63xx.git [MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_AU1000_SRC_CLK Noticed by Robert P. J. Day (rpjday@mindspring.com). Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/au1000/common/time.c b/arch/mips/au1000/common/time.c index 1dba3f7ade8..8fc29982d70 100644 --- a/arch/mips/au1000/common/time.c +++ b/arch/mips/au1000/common/time.c @@ -203,11 +203,7 @@ wakeup_counter0_set(int ticks) /* I haven't found anyone that doesn't use a 12 MHz source clock, * but just in case..... */ -#ifdef CONFIG_AU1000_SRC_CLK -#define AU1000_SRC_CLK CONFIG_AU1000_SRC_CLK -#else #define AU1000_SRC_CLK 12000000 -#endif /* * We read the real processor speed from the PLL. This is important