summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_mmu_private.h
diff options
context:
space:
mode:
authorAlan Cox2017-05-26 17:29:48 +0200
committerMauro Carvalho Chehab2017-06-07 17:46:00 +0200
commitfc993494134bfa76084529dda99ea8fcf23bec73 (patch)
treed682147aab9c2eb43ba71f5bb40431146dbb71e8 /drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_mmu_private.h
parent[media] atomisp: remove sh_css_irq - it contains nothing (diff)
downloadkernel-qcow2-linux-fc993494134bfa76084529dda99ea8fcf23bec73.tar.gz
kernel-qcow2-linux-fc993494134bfa76084529dda99ea8fcf23bec73.tar.xz
kernel-qcow2-linux-fc993494134bfa76084529dda99ea8fcf23bec73.zip
[media] atomisp: de-duplicate sh_css_mmu_set_page_table_base_index
Between the ISP2400 and ISP2401 code base this function moved file. The merge of the drivers left us with two version in ifdefs. Resolve this down to a single copy. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_mmu_private.h')
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_mmu_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_mmu_private.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_mmu_private.h
index 7c8500903b5c..1021e4f380a5 100644
--- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_mmu_private.h
+++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_mmu_private.h
@@ -1,4 +1,3 @@
-#ifdef ISP2401
/*
* Support for Intel Camera Imaging ISP subsystem.
* Copyright (c) 2015, Intel Corporation.
@@ -28,4 +27,3 @@ void
sh_css_mmu_set_page_table_base_index(hrt_data base_index);
#endif /* __IA_CSS_MMU_PRIVATE_H */
-#endif