From ba9e69d70a699010de4463f717b1430d41d5f57d Mon Sep 17 00:00:00 2001 From: Arun KS Date: Tue, 9 Sep 2008 13:10:59 +0530 Subject: [PATCH] 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 --- sound/soc/omap/omap-mcbsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.41.0