diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-12-06 05:22:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-12-06 05:22:47 +0000 |
| commit | 4284277fdbc26c3e7d76996620d7c1542d530f04 (patch) | |
| tree | a960f079426265d054ab8a948876159e29c2937b /sys | |
| parent | ef460ae979d0734c6061d6a50c02485189e7a499 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pcic/i82365.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pcic/i82365.c b/sys/dev/pcic/i82365.c index ccfa673b72bae..97dcefc2d7490 100644 --- a/sys/dev/pcic/i82365.c +++ b/sys/dev/pcic/i82365.c @@ -372,7 +372,7 @@ pcic_attach_socket(device_t dev, struct pcic_handle *h) * XXX Notice we don't use h AT ALL. This should be considered to * XXX be BAD. */ - device_add_child(dev, NULL, -1, NULL); + device_add_child(dev, NULL, -1); /* if there's actually a pccard device attached, initialize the slot */ /* XXX WE SHOULD MOVE THIS TO CHILD ATTACHED */ |
