diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-08-14 22:06:07 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-08-14 22:06:07 +0000 |
commit | 15aba6adc8365250a2da6eb976fa5ebce14fb0bb (patch) | |
tree | a5185e561f7943d4b41785c76b42b3ec797fd2ba | |
parent | f38d5743d45920382f1962dc2dca964e9e09d95e (diff) |
No longer used prototype.
-rw-r--r-- | sys/dev/pci/musycc_obsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/musycc_obsd.c b/sys/dev/pci/musycc_obsd.c index 2f9c215ac4c..78df81033d6 100644 --- a/sys/dev/pci/musycc_obsd.c +++ b/sys/dev/pci/musycc_obsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: musycc_obsd.c,v 1.4 2005/08/14 21:50:49 claudio Exp $ */ +/* $OpenBSD: musycc_obsd.c,v 1.5 2005/08/14 22:06:06 claudio Exp $ */ /* * Copyright (c) 2004,2005 Internet Business Solutions AG, Zurich, Switzerland @@ -41,7 +41,6 @@ #include <dev/pci/pcidevs.h> int musycc_match(struct device *, void *, void *); -int musyccbus_match(struct device *, void *, void *); void musycc_softc_attach(struct device *, struct device *, void *); void musycc_ebus_attach(struct device *, struct musycc_softc *, struct pci_attach_args *); |