aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vge
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-05-06 22:46:57 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-05-06 22:46:57 +0000
commitd20c52b676e4fde4cfdd93ca8d76b9536c8d4609 (patch)
tree754ee521c97511c371f690887a5c7454ea85ebd2 /sys/dev/vge
parentbc9372d784c2bd4874f221bf7cd8072cb157dc71 (diff)
Diffstat (limited to 'sys/dev/vge')
-rw-r--r--sys/dev/vge/if_vge.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/vge/if_vge.c b/sys/dev/vge/if_vge.c
index 4cc3361ada2c..a103c23a86c4 100644
--- a/sys/dev/vge/if_vge.c
+++ b/sys/dev/vge/if_vge.c
@@ -228,9 +228,7 @@ static driver_t vge_driver = {
sizeof(struct vge_softc)
};
-static devclass_t vge_devclass;
-
-DRIVER_MODULE(vge, pci, vge_driver, vge_devclass, 0, 0);
+DRIVER_MODULE(vge, pci, vge_driver, 0, 0);
DRIVER_MODULE(miibus, vge, miibus_driver, 0, 0);
#ifdef VGE_EEPROM