diff options
author | 2006-01-21 23:20:44 +0000 | |
---|---|---|
committer | 2006-01-21 23:20:44 +0000 | |
commit | a00b420e17d63365fcc313d0dcb5582870489a22 (patch) | |
tree | 4afc08a6357f439cbe9bc3adbd336f439f145b72 /sys/dev | |
parent | b^Hlsd license! from Mischa Diehm (diff) | |
download | wireguard-openbsd-a00b420e17d63365fcc313d0dcb5582870489a22.tar.xz wireguard-openbsd-a00b420e17d63365fcc313d0dcb5582870489a22.zip |
Remove zeroref here too; spotted by naddy@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/trm_pci.c | 3 |
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 */ }; |