media: atomisp: get rid of a duplicated file
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 31 May 2020 10:57:41 +0000 (12:57 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 11 Jun 2020 17:07:47 +0000 (19:07 +0200)
commit35a933d47038c77ed8b9e5670480b830c503848a
tree04d4f6e41cfb2f52222375b9ee950534d68792ab
parent90240017891afbd2b10506e30f688b6c63e11ebc
media: atomisp: get rid of a duplicated file

The contents of hive_isp_css_2401_irq_types_hrt.h and
hive_isp_css_common/irq_global.h are identical, except for
one unused enum:

On isp2401, this IRQ line has this name:

hrt_isp_css_irq_is2401 = HIVE_GP_DEV_IRQ_ISP_PMEM_ERROR_BIT_ID,

While the same bit is named as:
hrt_isp_css_irq_isp_pmem_error = HIVE_GP_DEV_IRQ_ISP_PMEM_ERROR_BIT_ID,

At the isp2400 version.

Remove one of them, in order to reduce the code differences
between those two versions.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/css_2400_system/hrt/hive_isp_css_irq_types_hrt.h [deleted file]
drivers/staging/media/atomisp/pci/hive_isp_css_2401_irq_types_hrt.h [deleted file]
drivers/staging/media/atomisp/pci/hive_isp_css_common/irq_global.h
drivers/staging/media/atomisp/pci/irq_types_hrt.h [new file with mode: 0644]