From 60701fd1e9fad379ba70af10d19345958dd23267 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 21 Jan 2006 23:20:45 +0000 Subject: Remove zeroref here too; spotted by naddy@ --- sys/dev/pci/trm_pci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') 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 */ }; -- cgit v1.2.3