summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-01-02 00:59:09 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-01-02 00:59:09 +0000
commit7eb42072dc35ee8618520e6d102b2a3490d86028 (patch)
treec7cb46315e59d0dbb0e36d50543ef61f3c24f137 /sys/dev
parentc4fbcc48c9ce53d970e557c89fc8a20d5b100faa (diff)
Remove unnecessary extern
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/midi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/midi.c b/sys/dev/midi.c
index 565b1a7b4a3..e5987066e7c 100644
--- a/sys/dev/midi.c
+++ b/sys/dev/midi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: midi.c,v 1.1 1999/01/02 00:02:32 niklas Exp $ */
+/* $OpenBSD: midi.c,v 1.2 1999/01/02 00:59:08 niklas Exp $ */
/* $NetBSD: midi.c,v 1.10 1998/12/20 14:26:44 drochner Exp $ */
/*
@@ -110,8 +110,6 @@ struct {
#endif
-extern struct cfdriver midi_cd;
-
int
midiprobe(parent, match, aux)
struct device *parent;