From: Peter Ujfalusi Date: Wed, 15 Sep 2021 07:18:04 +0000 (+0300) Subject: ASoC: SOF: Intel: hda: Remove boot_firmware skl and iccmax_icl declarations X-Git-Tag: v6.1-rc5~2159^2~59^2~251^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf813f679214abb2bfe2a0020c1b3551dfd304cb;p=platform%2Fkernel%2Flinux-starfive.git ASoC: SOF: Intel: hda: Remove boot_firmware skl and iccmax_icl declarations hda_dsp_cl_boot_firmware_iccmax_icl and hda_dsp_cl_boot_firmware_skl is no longer backed with an implementation, remove them from the hda.h Signed-off-by: Peter Ujfalusi Reviewed-by: Pierre-Louis Bossart Reviewed-by: Guennadi Liakhovetski Reviewed-by: Kai Vehmanen Link: https://lore.kernel.org/r/20210915071805.5704-3-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/intel/hda.h b/sound/soc/sof/intel/hda.h index 519547e65e93..4a2d1376c717 100644 --- a/sound/soc/sof/intel/hda.h +++ b/sound/soc/sof/intel/hda.h @@ -610,8 +610,6 @@ int hda_dsp_ipc_cmd_done(struct snd_sof_dev *sdev, int dir); */ int hda_dsp_cl_boot_firmware(struct snd_sof_dev *sdev); int hda_dsp_cl_boot_firmware_iccmax(struct snd_sof_dev *sdev); -int hda_dsp_cl_boot_firmware_iccmax_icl(struct snd_sof_dev *sdev); -int hda_dsp_cl_boot_firmware_skl(struct snd_sof_dev *sdev); /* pre and post fw run ops */ int hda_dsp_pre_fw_run(struct snd_sof_dev *sdev);