]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
This patch fixes the typo which breaks the build on OMAP1
authorArun KS <arunks@mistralsolutions.com>
Tue, 9 Sep 2008 07:40:59 +0000 (13:10 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 10 Sep 2008 17:39:49 +0000 (10:39 -0700)
Signed-off-by: Arun KS <arunks@mistralsolutions.com>
Acked-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
sound/soc/omap/omap-mcbsp.c

index a217cf26bdd72719692a173a77c58805f919be0f..3a4cc4bed368c4cf88a04fc9dbaa168942dee897 100644 (file)
@@ -96,7 +96,7 @@ static const int omap24xx_dma_reqs[][2] = {
 #endif
 };
 #else
-static const int omap2420_dma_reqs[][2] = {};
+static const int omap24xx_dma_reqs[][2] = {};
 #endif
 
 #if defined(CONFIG_ARCH_OMAP2420)