mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
atomisp: Remove another dead define
HAS_TNR3 is never defined so we can remove it. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6b00d64c64
commit
1600f7ae88
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user