From 42c0d54e62369584f2491f072f405602ff504e0e Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Mon, 28 Jul 2014 11:57:25 +0530 Subject: [PATCH] dmaengine: sun6i: fix build failure on x86, xilinx targets MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since the driver defined COMPILE_TEST, it gets compiled for different arch's The driver uses __virt_to_phys() insteadof virt_to_phys, so replace it drivers/dma/sun6i-dma.c: In function ‘sun6i_dma_dump_chan_regs’: drivers/dma/sun6i-dma.c:203: error: implicit declaration of function '__virt_to_phys' Reported-by: kbuild test robot Reported-by: Stephen Rothwell Signed-off-by: Vinod Koul --- Reading git-format-patch failed