This header is really version-independent. So, just get rid
of the macros from it.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
        IA_CSS_PIPE_ID_VIDEO,
        IA_CSS_PIPE_ID_CAPTURE,
        IA_CSS_PIPE_ID_YUVPP,
-#ifndef ISP2401
        IA_CSS_PIPE_ID_ACC,
        IA_CSS_PIPE_ID_NUM
-#else
-       IA_CSS_PIPE_ID_ACC
-#endif
 };
 
-#ifdef ISP2401
-#define IA_CSS_PIPE_ID_NUM (IA_CSS_PIPE_ID_ACC + 1)
-#endif
-
 struct ia_css_pipe_extra_config {
        bool enable_raw_binning;
        bool enable_yuv_ds;
 sh_css_set_black_frame(struct ia_css_stream *stream,
                       const struct ia_css_frame *raw_black_frame);
 
-#ifndef ISP2401
+/* ISP2400 */
 void
 sh_css_enable_cont_capt(bool enable, bool stop_copy_preview);
 
-#endif
 #endif /* _SH_CSS_LEGACY_H_ */