aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci/runtime/isys/src
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-07-20 10:44:30 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-09-03 12:08:43 +0200
commitd71dc239a823fa47832c9181c55ffe6c016d145c (patch)
tree41bf538d7ad3cbf11705a0d7eeb12ed2c62cf4f3 /drivers/staging/media/atomisp/pci/runtime/isys/src
parentmedia: atomisp: get rid of version-dependent globals (diff)
downloadlinux-dev-d71dc239a823fa47832c9181c55ffe6c016d145c.tar.xz
linux-dev-d71dc239a823fa47832c9181c55ffe6c016d145c.zip
media: atomisp: get rid of isys_dma.h and isys_dma_local.h
There aren't much on this abstraction. Just move the defines to isys_dma_private.h and isys_dma_public.h, cleaning up the includes. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/pci/runtime/isys/src')
-rw-r--r--drivers/staging/media/atomisp/pci/runtime/isys/src/isys_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/runtime/isys/src/isys_init.c b/drivers/staging/media/atomisp/pci/runtime/isys/src/isys_init.c
index c88b14ce69a5..484c5967ad1c 100644
--- a/drivers/staging/media/atomisp/pci/runtime/isys/src/isys_init.c
+++ b/drivers/staging/media/atomisp/pci/runtime/isys/src/isys_init.c
@@ -19,7 +19,7 @@
#include "platform_support.h"
#ifdef ISP2401
-#include "isys_dma.h" /* isys2401_dma_set_max_burst_size() */
+#include "isys_dma_public.h" /* isys2401_dma_set_max_burst_size() */
#include "isys_irq.h"
#endif