The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=17b38023ea253c3a876284230521eff6ce2deadf
commit 17b38023ea253c3a876284230521eff6ce2deadf Author: Christos Margiolis <chris...@freebsd.org> AuthorDate: 2025-07-06 13:08:34 +0000 Commit: Christos Margiolis <chris...@freebsd.org> CommitDate: 2025-07-06 13:08:34 +0000 sound: Remove duplicate mpu_if.h include Sponsored by: The FreeBSD Foundation Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D50613 --- sys/dev/sound/midi/midi.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index bbdd8facd6cc..0fd8fec92658 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -78,13 +78,6 @@ enum midi_states { MIDI_IN_START, MIDI_IN_SYSEX, MIDI_IN_DATA }; -/* - * The MPU interface current has init() uninit() inqsize() outqsize() - * callback() : fiddle with the tx|rx status. - */ - -#include "mpu_if.h" - /* * /dev/rmidi Structure definitions */