diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 21:26:43 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 21:26:43 +0000 |
| commit | 829a13fa7f4eeece60dddef6e96b0d56e6ad0e2e (patch) | |
| tree | d90fb2562fdfc92d104241c785de0ccd95c14e35 /sys/dev/etherswitch/ip17x | |
| parent | 5d9f60a3fd47ba114651c7700c6ff40a3548cf58 (diff) | |
Diffstat (limited to 'sys/dev/etherswitch/ip17x')
| -rw-r--r-- | sys/dev/etherswitch/ip17x/ip17x.c | 2 |
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 |
