struct v4l2_mbus_framefmt *ffmt)
 {
        struct atomisp_mipi_csi2_device *csi2 = v4l2_get_subdevdata(sd);
-       struct v4l2_mbus_framefmt *actual_ffmt =
-#ifndef ISP2401
-           __csi2_get_format(csi2, cfg, which, pad);
-#else
-           __csi2_get_format(csi2, cfg, which, pad);
-#endif
+       struct v4l2_mbus_framefmt *actual_ffmt = __csi2_get_format(csi2, cfg, which, pad);
 
        if (pad == CSI2_PAD_SINK) {
                const struct atomisp_in_fmt_conv *ic;
        }
 
        /* FIXME: DPCM decompression */
-       *actual_ffmt = *ffmt =
-#ifndef ISP2401
-                          *__csi2_get_format(csi2, cfg, which, CSI2_PAD_SINK);
-#else
-                          *__csi2_get_format(csi2, cfg, which, CSI2_PAD_SINK);
-#endif
+       *actual_ffmt = *ffmt = *__csi2_get_format(csi2, cfg, which, CSI2_PAD_SINK);
 
        return 0;
 }
        .pad = &csi2_pad_ops,
 };
 
-#ifndef ISP2401
-
-#endif
 /*
  * csi2_link_setup - Setup CSI2 connections.
  * @entity : Pointer to media entity structure
 {
 }
 
-#ifndef ISP2401
-
-#endif
 int atomisp_mipi_csi2_init(struct atomisp_device *isp)
 {
        struct atomisp_mipi_csi2_device *csi2_port;