1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSION

and this breaks loading miniport drivers from loader.conf

Reported by:	Yuri <yuri^rawbw^com>
Submitted by:	Paul B Mahol
MFC after:	3 days
This commit is contained in:
Andrew Thompson 2011-01-22 21:33:18 +00:00
parent ea6de5ee49
commit d929b72e23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217727

View File

@ -107,7 +107,6 @@ static driver_t ndis_driver = {
static devclass_t ndis_devclass;
DRIVER_MODULE(ndis, uhub, ndis_driver, ndis_devclass, ndisdrv_modevent, 0);
MODULE_VERSION(ndis, 1);
static int
ndisusb_devcompare(interface_type bustype, struct ndis_usb_type *t, device_t dev)