diff options
author | 2010-09-04 19:38:16 +0000 | |
---|---|---|
committer | 2010-09-04 19:38:16 +0000 | |
commit | fa072bde6aacab40d3ea2e29d3f87be5ab428ed2 (patch) | |
tree | 26730449407ad45ebf0d456cce4983015db1b603 | |
parent | Update 'Fastest Defeat In Chess' fortune, trying to dispel Gibaud (diff) | |
download | wireguard-openbsd-fa072bde6aacab40d3ea2e29d3f87be5ab428ed2.tar.xz wireguard-openbsd-fa072bde6aacab40d3ea2e29d3f87be5ab428ed2.zip |
Remove redundant prototype left behind by deraadt@
-rw-r--r-- | sys/dev/pci/if_xl_pci.c | 3 |
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 { |