Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1600f7ae authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman
Browse files

atomisp: Remove another dead define



HAS_TNR3 is never defined so we can remove it.

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6b00d64c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -841,10 +841,6 @@ configure_isp_from_args(
	ia_css_ref_configure(binary, (const struct ia_css_frame **)args->delay_frames, pipeline->dvs_frame_delay);
	ia_css_tnr_configure(binary, (const struct ia_css_frame **)args->tnr_frames);
	ia_css_bayer_io_config(binary, args);
#ifdef HAS_TNR3
	/* Remove support for TNR2 once TNR3 fully integrated */
	ia_css_tnr3_configure(binary, (const struct ia_css_frame **)args->tnr_frames);
#endif
	return err;
}