media: atomisp: simplify IRQ ifdef logic
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 31 May 2020 11:28:12 +0000 (13:28 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 11 Jun 2020 17:09:36 +0000 (19:09 +0200)
commit0a4b8c457b04af7409348ceb2484e8c726ee6953
tree3186135ad0cc15d46f6a5cb0735903af199e79a8
parentd0b674ac625058dac7888c08d9e26d338f4f23b9
media: atomisp: simplify IRQ ifdef logic

There are lots of mess with IRQ ifdef settings. As the
*_global.h will already detect the type of IRQ system at
compile time, we can get rid of them, replacing by just
one ifdef for ISP2401.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/hive_isp_css_common/isp_global.h
drivers/staging/media/atomisp/pci/hive_isp_css_common/sp_global.h
drivers/staging/media/atomisp/pci/isp2400_system_global.h
drivers/staging/media/atomisp/pci/isp2400_system_local.h
drivers/staging/media/atomisp/pci/isp2401_system_global.h
drivers/staging/media/atomisp/pci/isp2401_system_local.h
drivers/staging/media/atomisp/pci/runtime/debug/src/ia_css_debug.c
drivers/staging/media/atomisp/pci/runtime/tagger/interface/ia_css_tagger_common.h
drivers/staging/media/atomisp/pci/sh_css_internal.h