summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-01-21 23:20:45 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-01-21 23:20:45 +0000
commit60701fd1e9fad379ba70af10d19345958dd23267 (patch)
treeba15a693d0b181af4b5ba12609fdbe29370b0a60 /sys
parent6ea49bc0fcebcfacb1df88d9e390af6b6dc545b6 (diff)
Remove zeroref here too; spotted by naddy@
Diffstat (limited to 'sys')
-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 */
};