aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/ukswitch
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-04-19 19:20:33 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-05-06 22:39:28 +0000
commit8933f7d6007768df741d4ebba87e3d5c9e78ee9c (patch)
tree96e68f7b652ad08b21a2bb8c1e9cad81900aa28d /sys/dev/etherswitch/ukswitch
parent3e38757d4c52f7c2b33e4ab667ebc55e334a6ca0 (diff)
Diffstat (limited to 'sys/dev/etherswitch/ukswitch')
-rw-r--r--sys/dev/etherswitch/ukswitch/ukswitch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/etherswitch/ukswitch/ukswitch.c b/sys/dev/etherswitch/ukswitch/ukswitch.c
index 1c8be6660e2e..b0d302b76e9b 100644
--- a/sys/dev/etherswitch/ukswitch/ukswitch.c
+++ b/sys/dev/etherswitch/ukswitch/ukswitch.c
@@ -577,7 +577,7 @@ static devclass_t ukswitch_devclass;
DRIVER_MODULE(ukswitch, mdio, ukswitch_driver, ukswitch_devclass, 0, 0);
DRIVER_MODULE(miibus, ukswitch, miibus_driver, 0, 0);
-DRIVER_MODULE(mdio, ukswitch, mdio_driver, mdio_devclass, 0, 0);
+DRIVER_MODULE(mdio, ukswitch, mdio_driver, 0, 0);
DRIVER_MODULE(etherswitch, ukswitch, etherswitch_driver, etherswitch_devclass, 0, 0);
MODULE_VERSION(ukswitch, 1);
MODULE_DEPEND(ukswitch, miibus, 1, 1, 1); /* XXX which versions? */