On 14/10/22 16:26, Peter Maydell wrote:
The only use of intel_hda_reset() is after its definition, so we don't need to separately declare its prototype at the top of the file; drop the unnecessary line.Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- hw/audio/intel-hda.c | 2 -- 1 file changed, 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>