]> git.proxmox.com Git - mirror_qemu.git/commit
hw/audio/intel-hda: Drop unnecessary prototype
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Oct 2022 14:26:32 +0000 (15:26 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 23 Nov 2022 11:30:45 +0000 (12:30 +0100)
commit7d3cf19548b7f9afd9d25c30dd1450aad7d1877d
treee614578b7c39a1097ce5595813ed53519663ff8a
parent3e95ef49e6196654d2ca83baa28a594f4d136223
hw/audio/intel-hda: Drop unnecessary prototype

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.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221014142632.2092404-3-peter.maydell@linaro.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/audio/intel-hda.c