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

Link: https://lore.kernel.org/r/20230713100231.308923-7-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/hive_isp_css_common/host/input_system.c

index 7a74c679ed9237f8cee527fef4e17b068c5f8dff..c60f0d5b01c651eeaafc5e51aa51bd9f427268f5 100644 (file)
@@ -15,7 +15,6 @@
 
 #include "system_global.h"
 
-#ifndef ISP2401
 
 #include "input_system.h"
 #include <type_support.h>
@@ -1714,4 +1713,3 @@ static input_system_err_t input_system_multiplexer_cfg(
        *flags |= INPUT_SYSTEM_CFG_FLAG_SET;
        return INPUT_SYSTEM_ERR_NO_ERROR;
 }
-#endif