diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-08-17 10:27:43 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-08-17 10:27:43 +0000 |
commit | b59cb620c3a9ea4c9c811324521e607f2b73082a (patch) | |
tree | b5766eb04160b20e8c0705cd3f42da149fea55a6 /sys/dev | |
parent | 400101de7bfe6c125ed96aae4ca450d414d2effc (diff) |
remove prototype of non-existent midi_get_hwif()
suggested by jsg@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/midi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/midi.c b/sys/dev/midi.c index 02c0a99d9fc..e21bedf3c47 100644 --- a/sys/dev/midi.c +++ b/sys/dev/midi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: midi.c,v 1.17 2009/07/18 10:58:41 ratchov Exp $ */ +/* $OpenBSD: midi.c,v 1.18 2009/08/17 10:27:42 ratchov Exp $ */ /* * Copyright (c) 2003, 2004 Alexandre Ratchov @@ -70,7 +70,6 @@ void midi_attach(struct midi_softc *, struct device *); #if NSEQUENCER > 0 int midi_unit_count(void); -struct midi_hw_if *midi_get_hwif(int); void midi_toevent(struct midi_softc *, int); int midi_writebytes(int, u_char *, int); void midiseq_in(struct midi_dev *, u_char *, int); |