summaryrefslogtreecommitdiffstats
path: root/sys/dev/if_ndis
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2006-09-07 05:34:04 +0000
committertrhodes <trhodes@FreeBSD.org>2006-09-07 05:34:04 +0000
commit8a7125d081c530830e03844fa50de6c054b6f2cd (patch)
tree43c7dfa831f3146afb46650c81b50f3e6a0b7d6e /sys/dev/if_ndis
parentf0ed81ae57fb0e1877f61261c5c795e9cefaa003 (diff)
downloadFreeBSD-src-8a7125d081c530830e03844fa50de6c054b6f2cd.zip
FreeBSD-src-8a7125d081c530830e03844fa50de6c054b6f2cd.tar.gz
Catch up with USB changes, device_ptr_t was removed, we need device_t here.
Diffstat (limited to 'sys/dev/if_ndis')
-rw-r--r--sys/dev/if_ndis/if_ndis_usb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/if_ndis/if_ndis_usb.c b/sys/dev/if_ndis/if_ndis_usb.c
index b5a6943..29aa710 100644
--- a/sys/dev/if_ndis/if_ndis_usb.c
+++ b/sys/dev/if_ndis/if_ndis_usb.c
@@ -69,9 +69,9 @@ __FBSDID("$FreeBSD$");
MODULE_DEPEND(ndis, usb, 1, 1, 1);
-Static int ndisusb_match (device_ptr_t);
-Static int ndisusb_attach (device_ptr_t);
-Static struct resource_list *ndis_get_resource_list
+static int ndisusb_match (device_t);
+static int ndisusb_attach (device_t);
+static struct resource_list *ndis_get_resource_list
(device_t, device_t);
extern int ndisdrv_modevent (module_t, int, void *);
OpenPOWER on IntegriCloud