aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vnic
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-04-19 19:18:43 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-05-06 22:39:28 +0000
commit3e38757d4c52f7c2b33e4ab667ebc55e334a6ca0 (patch)
treee22198aa910cba06966214eea2326cebd4937c07 /sys/dev/vnic
parent916a5d8ad5ffe49a1bababd248a45e87f0161c40 (diff)
Diffstat (limited to 'sys/dev/vnic')
-rw-r--r--sys/dev/vnic/thunder_mdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vnic/thunder_mdio.c b/sys/dev/vnic/thunder_mdio.c
index c61c0eeecf62..d07b17b56a2e 100644
--- a/sys/dev/vnic/thunder_mdio.c
+++ b/sys/dev/vnic/thunder_mdio.c
@@ -120,7 +120,7 @@ static device_method_t thunder_mdio_methods[] = {
DEFINE_CLASS_0(thunder_mdio, thunder_mdio_driver, thunder_mdio_methods,
sizeof(struct thunder_mdio_softc));
-DRIVER_MODULE(miibus, thunder_mdio, miibus_driver, miibus_devclass, 0, 0);
+DRIVER_MODULE(miibus, thunder_mdio, miibus_driver, 0, 0);
MODULE_VERSION(thunder_mdio, 1);
MODULE_DEPEND(thunder_mdio, ether, 1, 1, 1);
MODULE_DEPEND(thunder_mdio, miibus, 1, 1, 1);