mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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>
This commit is contained in:
parent
3e95ef49e6
commit
7d3cf19548
1 changed files with 0 additions and 2 deletions
|
@ -220,8 +220,6 @@ struct IntelHDAReg {
|
||||||
void (*rhandler)(IntelHDAState *d, const IntelHDAReg *reg);
|
void (*rhandler)(IntelHDAState *d, const IntelHDAReg *reg);
|
||||||
};
|
};
|
||||||
|
|
||||||
static void intel_hda_reset(DeviceState *dev);
|
|
||||||
|
|
||||||
/* --------------------------------------------------------------------- */
|
/* --------------------------------------------------------------------- */
|
||||||
|
|
||||||
static hwaddr intel_hda_addr(uint32_t lbase, uint32_t ubase)
|
static hwaddr intel_hda_addr(uint32_t lbase, uint32_t ubase)
|
||||||
|
|
Loading…
Reference in a new issue