Commit 7d5901b4 authored by Kate Hsuan's avatar Kate Hsuan Committed by Mauro Carvalho Chehab

media: atomisp: hive_isp_css_include: Removed #ifdef ISP2401 to make driver generic

Removed #ifdef ISP2401 to make the driver generic.

Link: https://lore.kernel.org/r/20230802095606.1298152-4-hpa@redhat.comSigned-off-by: default avatarKate Hsuan <hpa@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 2b5d1e14
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#ifndef __CSI_RX_PUBLIC_H_INCLUDED__ #ifndef __CSI_RX_PUBLIC_H_INCLUDED__
#define __CSI_RX_PUBLIC_H_INCLUDED__ #define __CSI_RX_PUBLIC_H_INCLUDED__
#ifdef ISP2401
/***************************************************** /*****************************************************
* *
* Native command interface (NCI). * Native command interface (NCI).
...@@ -132,5 +131,4 @@ void csi_rx_be_ctrl_reg_store( ...@@ -132,5 +131,4 @@ void csi_rx_be_ctrl_reg_store(
const hrt_address reg, const hrt_address reg,
const hrt_data value); const hrt_data value);
/* end of DLI */ /* end of DLI */
#endif /* ISP2401 */
#endif /* __CSI_RX_PUBLIC_H_INCLUDED__ */ #endif /* __CSI_RX_PUBLIC_H_INCLUDED__ */
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#ifndef __PIXELGEN_PUBLIC_H_INCLUDED__ #ifndef __PIXELGEN_PUBLIC_H_INCLUDED__
#define __PIXELGEN_PUBLIC_H_INCLUDED__ #define __PIXELGEN_PUBLIC_H_INCLUDED__
#ifdef ISP2401
/***************************************************** /*****************************************************
* *
* Native command interface (NCI). * Native command interface (NCI).
...@@ -76,5 +75,4 @@ STORAGE_CLASS_PIXELGEN_H void pixelgen_ctrl_reg_store( ...@@ -76,5 +75,4 @@ STORAGE_CLASS_PIXELGEN_H void pixelgen_ctrl_reg_store(
const hrt_data value); const hrt_data value);
/* end of DLI */ /* end of DLI */
#endif /* ISP2401 */
#endif /* __PIXELGEN_PUBLIC_H_INCLUDED__ */ #endif /* __PIXELGEN_PUBLIC_H_INCLUDED__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment