From: Arun KS Date: Tue, 9 Sep 2008 07:40:59 +0000 (+0530) Subject: This patch fixes the typo which breaks the build on OMAP1 X-Git-Tag: v2.6.27-omap1~230 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=commitdiff_plain;h=ba9e69d70a699010de4463f717b1430d41d5f57d This patch fixes the typo which breaks the build on OMAP1 Signed-off-by: Arun KS Acked-by: Jarkko Nikula Signed-off-by: Tony Lindgren --- diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index a217cf26bdd..3a4cc4bed36 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c @@ -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)