]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] 5212/1: pxa: fix build error when CPU_PXA310 is not defined
authorMike Rapoport <mike@compulab.co.il>
Wed, 20 Aug 2008 05:10:06 +0000 (06:10 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 20 Aug 2008 22:17:13 +0000 (23:17 +0100)
Fix
arch/arm/mach-pxa/pxa300.c:94: error: 'CKEN_MMC3' undeclared here (not in a function)
when building for PXA300.

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/pxa300.c

index 494fc1f032dbc1da8e35842a04ae038caef4181e..9adc7fc4618aacb561ca6fe9a5ab02df5c942086 100644 (file)
@@ -90,7 +90,9 @@ static struct clk common_clks[] = {
 };
 
 static struct clk pxa310_clks[] = {
+#ifdef CONFIG_CPU_PXA310
        PXA3xx_CKEN("MMCCLK", MMC3, 19500000, 0, &pxa3xx_device_mci3.dev),
+#endif
 };
 
 static int __init pxa300_init(void)