summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_xl_pci.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2010-09-04 19:38:17 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2010-09-04 19:38:17 +0000
commitacfeea39a04eeb0fa88e377c00adff52a9b3c187 (patch)
treeb50c2f0d08cbf06aba88686e27bf85910ae243d5 /sys/dev/pci/if_xl_pci.c
parent456d91d16810afef694254ce6770d8fd6b4c9a9d (diff)
Remove redundant prototype left behind by deraadt@
Diffstat (limited to 'sys/dev/pci/if_xl_pci.c')
-rw-r--r--sys/dev/pci/if_xl_pci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_xl_pci.c b/sys/dev/pci/if_xl_pci.c
index 13ffc4dacb0..f67f6d20c8e 100644
--- a/sys/dev/pci/if_xl_pci.c
+++ b/sys/dev/pci/if_xl_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_xl_pci.c,v 1.32 2010/08/27 15:43:42 deraadt Exp $ */
+/* $OpenBSD: if_xl_pci.c,v 1.33 2010/09/04 19:38:16 kettenis Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -91,7 +91,6 @@
int xl_pci_match(struct device *, void *, void *);
void xl_pci_attach(struct device *, struct device *, void *);
int xl_pci_detach(struct device *, int);
-int xl_activate(struct device *, int);
void xl_pci_intr_ack(struct xl_softc *);
struct xl_pci_softc {