diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-27 05:22:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-27 05:22:32 +0000 |
commit | c00082e97a3137a461a24364470c06ac571b833e (patch) | |
tree | 3b6ee0e077abb23a50ebe29e9e131ec90040a0c0 /sys | |
parent | 7dbaadfd726d3d1764a3085697ede3fb5e6b5f45 (diff) |
remove excess proto
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pciide.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index c568399cf01..c1e72fe876a 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.55 2001/06/26 05:58:38 csapuntz Exp $ */ +/* $OpenBSD: pciide.c,v 1.56 2001/06/27 05:22:31 deraadt Exp $ */ /* $NetBSD: pciide.c,v 1.110 2001/03/20 17:56:46 bouyer Exp $ */ /* @@ -473,7 +473,6 @@ void pciide_map_compat_intr __P(( struct pci_attach_args *, struct pciide_channel *, int, int)); void pciide_unmap_compat_intr __P(( struct pci_attach_args *, struct pciide_channel *, int, int)); -int pciide_print __P((void *, const char *pnp)); int pciide_compat_intr __P((void *)); int pciide_pci_intr __P((void *)); const struct pciide_product_desc* pciide_lookup_product __P((u_int32_t)); |