Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

v4l: xilinx: fix for include file movement

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Stephen Rothwell and committed by
Linus Torvalds
4a655466 d19d133e

+1 -1
+1 -1
drivers/media/platform/xilinx/xilinx-dma.c
··· 12 12 * published by the Free Software Foundation. 13 13 */ 14 14 15 - #include <linux/amba/xilinx_dma.h> 15 + #include <linux/dma/xilinx_dma.h> 16 16 #include <linux/lcm.h> 17 17 #include <linux/list.h> 18 18 #include <linux/module.h>