aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/ip17x
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-05-09 21:26:43 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-05-09 21:26:43 +0000
commit829a13fa7f4eeece60dddef6e96b0d56e6ad0e2e (patch)
treed90fb2562fdfc92d104241c785de0ccd95c14e35 /sys/dev/etherswitch/ip17x
parent5d9f60a3fd47ba114651c7700c6ff40a3548cf58 (diff)
Diffstat (limited to 'sys/dev/etherswitch/ip17x')
-rw-r--r--sys/dev/etherswitch/ip17x/ip17x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/etherswitch/ip17x/ip17x.c b/sys/dev/etherswitch/ip17x/ip17x.c
index 48098fdd61b3..8adabe4dc6b8 100644
--- a/sys/dev/etherswitch/ip17x/ip17x.c
+++ b/sys/dev/etherswitch/ip17x/ip17x.c
@@ -650,7 +650,7 @@ static devclass_t ip17x_devclass;
DRIVER_MODULE(ip17x, mdio, ip17x_driver, ip17x_devclass, 0, 0);
DRIVER_MODULE(miibus, ip17x, miibus_driver, 0, 0);
-DRIVER_MODULE(etherswitch, ip17x, etherswitch_driver, etherswitch_devclass, 0, 0);
+DRIVER_MODULE(etherswitch, ip17x, etherswitch_driver, 0, 0);
MODULE_VERSION(ip17x, 1);
#ifdef FDT