Skip to content

Commit 7d3cf19

Browse files
pm215kraxel
authored andcommittedNov 23, 2022
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 <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-Id: <[email protected]> Signed-off-by: Gerd Hoffmann <[email protected]>
1 parent 3e95ef4 commit 7d3cf19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎hw/audio/intel-hda.c

-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ struct IntelHDAReg {
220220
void (*rhandler)(IntelHDAState *d, const IntelHDAReg *reg);
221221
};
222222

223-
static void intel_hda_reset(DeviceState *dev);
224-
225223
/* --------------------------------------------------------------------- */
226224

227225
static hwaddr intel_hda_addr(uint32_t lbase, uint32_t ubase)

0 commit comments

Comments
 (0)
Please sign in to comment.