diff options
Diffstat (limited to 'sys/arch/i386/pci/pcib.c')
-rw-r--r-- | sys/arch/i386/pci/pcib.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/pci/pcib.c b/sys/arch/i386/pci/pcib.c index 75bffbe51e4..aa620748d31 100644 --- a/sys/arch/i386/pci/pcib.c +++ b/sys/arch/i386/pci/pcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcib.c,v 1.23 2010/07/08 20:17:54 deraadt Exp $ */ +/* $OpenBSD: pcib.c,v 1.24 2013/05/30 16:15:01 deraadt Exp $ */ /* $NetBSD: pcib.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /*- @@ -54,8 +54,7 @@ void pcib_callback(struct device *); int pcib_print(void *, const char *); struct cfattach pcib_ca = { - sizeof(struct device), pcibmatch, pcibattach, NULL, - config_activate_children + sizeof(struct device), pcibmatch, pcibattach }; struct cfdriver pcib_cd = { |