summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-09-04 11:58:14 -0300
committerChristoph Hellwig <hch@lst.de>2017-09-04 17:33:11 +0200
commitedeb8e4ccb79eaed4a5126945cce00489f09b849 (patch)
tree6cae913a5dbbf1639fc559ccebab0bde9bb74aac /arch/arm/mach-imx
parent34bbf1335fac345eb69a13d143d2dcad368c7b56 (diff)
downloadop-kernel-dev-edeb8e4ccb79eaed4a5126945cce00489f09b849.zip
op-kernel-dev-edeb8e4ccb79eaed4a5126945cce00489f09b849.tar.gz
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>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/mach-mx31moboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx31moboard.c b/arch/arm/mach-imx/mach-mx31moboard.c
index 3cd0309..7716f83 100644
--- a/arch/arm/mach-imx/mach-mx31moboard.c
+++ b/arch/arm/mach-imx/mach-mx31moboard.c
@@ -475,7 +475,7 @@ static phys_addr_t mx3_camera_base __initdata;
static int __init mx31moboard_init_cam(void)
{
- int dma, ret;
+ int ret;
struct platform_device *pdev;
imx31_add_ipu_core();
OpenPOWER on IntegriCloud