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

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
......@@ -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;
}
......
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