]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: mx31moboard: Remove unused 'dma' variable
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 4 Sep 2017 14:58:14 +0000 (11:58 -0300)
committerChristoph Hellwig <hch@lst.de>
Mon, 4 Sep 2017 15:33:11 +0000 (17:33 +0200)
commit0492a2942d47ff39b055fd4dc0b5d8db21c8a437
tree6cae913a5dbbf1639fc559ccebab0bde9bb74aac
parent233d1b2e7446e71b76fb94bc786cf303c169496c
ARM: imx: mx31moboard: Remove unused 'dma' variable

Commit bd3b78183d61 ("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>
arch/arm/mach-imx/mach-mx31moboard.c