diff options
| author | christos <christos@NetBSD.org> | 2006-08-30 15:14:11 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-08-30 15:14:11 +0000 |
| commit | c1d5ec6516de28ab27a267d0437ffcc7fdcd8e29 (patch) | |
| tree | c5e6f356dbc41d9cc6eb2e940520563d904f2f60 /sys/dev | |
| parent | d425dd3b69a9514d0142ff9e0387c85daffa8b3e (diff) | |
add missing initializers.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/i82365_pci.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/i82365_pci.c b/sys/dev/pci/i82365_pci.c index 51697b0c20e..6113b63d68b 100644 --- a/sys/dev/pci/i82365_pci.c +++ b/sys/dev/pci/i82365_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: i82365_pci.c,v 1.21 2005/12/11 12:22:49 christos Exp $ */ +/* $NetBSD: i82365_pci.c,v 1.22 2006/08/30 15:14:11 christos Exp $ */ /* * Copyright (c) 1997 Marc Horowitz. All rights reserved. @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: i82365_pci.c,v 1.21 2005/12/11 12:22:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: i82365_pci.c,v 1.22 2006/08/30 15:14:11 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -81,6 +81,8 @@ static struct pcmcia_chip_functions pcic_pci_functions = { pcic_chip_socket_enable, pcic_chip_socket_disable, pcic_chip_socket_settype, + + NULL, /* card_detect */ }; static void pcic_pci_callback(struct device *); |
