summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-01-21 23:20:44 +0000
committermiod <miod@openbsd.org>2006-01-21 23:20:44 +0000
commita00b420e17d63365fcc313d0dcb5582870489a22 (patch)
tree4afc08a6357f439cbe9bc3adbd336f439f145b72 /sys/dev/pci
parentb^Hlsd license! from Mischa Diehm (diff)
downloadwireguard-openbsd-a00b420e17d63365fcc313d0dcb5582870489a22.tar.xz
wireguard-openbsd-a00b420e17d63365fcc313d0dcb5582870489a22.zip
Remove zeroref here too; spotted by naddy@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/trm_pci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/trm_pci.c b/sys/dev/pci/trm_pci.c
index 63d2cb13b49..faf719a67e8 100644
--- a/sys/dev/pci/trm_pci.c
+++ b/sys/dev/pci/trm_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trm_pci.c,v 1.2 2005/08/09 04:10:13 mickey Exp $
+/* $OpenBSD: trm_pci.c,v 1.3 2006/01/21 23:20:44 miod Exp $
* ------------------------------------------------------------
* O.S : OpenBSD
* FILE NAME : trm_pci.c
@@ -63,7 +63,6 @@ struct cfattach trm_pci_ca = {
trm_pci_attach,
NULL, /* Detach */
NULL, /* Activate */
- NULL /* ZeroRef */
};