commit | edeb8e4ccb79eaed4a5126945cce00489f09b849 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Mon Sep 04 11:58:14 2017 -0300 |
committer | Christoph Hellwig <hch@lst.de> | Mon Sep 04 17:33:11 2017 +0200 |
tree | 6cae913a5dbbf1639fc559ccebab0bde9bb74aac | |
parent | 34bbf1335fac345eb69a13d143d2dcad368c7b56 [diff] |
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>