ARM: imx: mx31moboard: Remove unused 'dma' variable

Commit 2436bdcda53f ("dma-coherent: remove the DMA_MEMORY_MAP and
DMA_MEMORY_IO flags") missed to remove the 'dma' variable causing
the following build warning:

arch/arm/mach-imx/mach-mx31moboard.c:478:6: warning: unused variable 'dma' [-Wunused-variable]

Remove the unused 'dma' variable.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>

authored by

Fabio Estevam and committed by
Christoph Hellwig
edeb8e4c 34bbf133

+1 -1
+1 -1
arch/arm/mach-imx/mach-mx31moboard.c
··· 475 475 476 476 static int __init mx31moboard_init_cam(void) 477 477 { 478 - int dma, ret; 478 + int ret; 479 479 struct platform_device *pdev; 480 480 481 481 imx31_add_ipu_core();