On 04/24/2015 09:24 PM, Guenter Roeck wrote:
Commit 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
location") moved xilinx_dma.h to a common location but neglected to reflect
this move in all its users.
This causes compile errors for several builds.
drivers/media/platform/xilinx/xilinx-dma.c:15:35:
fatal error: linux/amba/xilinx_dma.h: No such file or directory
Cc: Kedareswara rao Appana <appana.durga.rao@xxxxxxxxxx>
Fixes: 937abe88aea3 ("dmaengine: xilinx-dma: move header file to common
location")
Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
---
drivers/media/platform/xilinx/xilinx-dma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
FYI:
http://www.serverphorums.com/read.php?12,1179281
https://lkml.org/lkml/2015/4/25/25