media: atomisp: css_2401_system: Remove #ifdef ISP2401 to make the driver generic
authorKate Hsuan <hpa@redhat.com>
Thu, 13 Jul 2023 10:02:24 +0000 (12:02 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Wed, 27 Sep 2023 07:40:03 +0000 (09:40 +0200)
Removed #if defined(2401) to make the driver generic.

Link: https://lore.kernel.org/r/20230713100231.308923-5-hpa@redhat.com
Signed-off-by: Kate Hsuan <hpa@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq_local.h
drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq_private.h
drivers/staging/media/atomisp/pci/css_2401_system/isys_irq_global.h

index a7698719029242bf3ddf7318571647e795b04771..0f585a7e0fa405f3c904297bbf4a74dfb9c14f25 100644 (file)
@@ -18,8 +18,6 @@
 
 #include <type_support.h>
 
-#if defined(ISP2401)
-
 typedef struct isys_irqc_state_s isys_irqc_state_t;
 
 struct isys_irqc_state_s {
@@ -31,6 +29,5 @@ struct isys_irqc_state_s {
        /*hrt_data clear;       */      /* write-only register */
 };
 
-#endif /* defined(ISP2401) */
 
 #endif /* __ISYS_IRQ_LOCAL_H__ */
index fb168c25bdfc3f2d0e2d39ed85f91374ccfd1176..d94c8e6add72b9dfe1615eeed58924fab88d988e 100644 (file)
@@ -19,7 +19,6 @@
 #include "isys_irq_global.h"
 #include "isys_irq_local.h"
 
-#if defined(ISP2401)
 
 /* -------------------------------------------------------+
  |             Native command interface (NCI)             |
@@ -102,6 +101,5 @@ hrt_data isys_irqc_reg_load(
 
 /* end of DLI */
 
-#endif /* defined(ISP2401) */
 
 #endif /* __ISYS_IRQ_PRIVATE_H__ */
index a81e4d13ac9f5992c2dd07c4b01430c64b2335c0..16336ed7303636a9262ed6013093ba7ce142313f 100644 (file)
@@ -16,7 +16,6 @@
 #ifndef __ISYS_IRQ_GLOBAL_H__
 #define __ISYS_IRQ_GLOBAL_H__
 
-#if defined(ISP2401)
 
 /* Register offset/index from base location */
 #define ISYS_IRQ_EDGE_REG_IDX          (0)
@@ -31,6 +30,5 @@
 #define ISYS_IRQ_CLEAR_REG_VALUE       (0xFFFF)
 #define ISYS_IRQ_ENABLE_REG_VALUE      (0xFFFF)
 
-#endif /* defined(ISP2401) */
 
 #endif /* __ISYS_IRQ_GLOBAL_H__ */