Commit ba9e69d7 authored by Arun KS's avatar Arun KS Committed by Tony Lindgren

This patch fixes the typo which breaks the build on OMAP1

Signed-off-by: default avatarArun KS <arunks@mistralsolutions.com>
Acked-by: default avatarJarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8c026a9a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment