From c00082e97a3137a461a24364470c06ac571b833e Mon Sep 17 00:00:00 2001
From: Theo de Raadt <deraadt@cvs.openbsd.org>
Date: Wed, 27 Jun 2001 05:22:32 +0000
Subject: remove excess proto

---
 sys/dev/pci/pciide.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'sys/dev')

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));
-- 
cgit v1.2.3