diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2025-04-24 05:58:40 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2025-04-27 18:04:03 +0000 |
| commit | 322f3f587e2cdba975a9ebc1561e7caf29840f77 (patch) | |
| tree | f8dfca90e41f8ab9e1682f7e81efe6774c84312e /sys/dev/etherswitch | |
| parent | 4a167205f225d2e739dac273d7b7cc228f925737 (diff) | |
Diffstat (limited to 'sys/dev/etherswitch')
| -rw-r--r-- | sys/dev/etherswitch/e6000sw/e6000sw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/etherswitch/e6000sw/e6000sw.c b/sys/dev/etherswitch/e6000sw/e6000sw.c index cb71fa5b0e88..59ac05d99ae3 100644 --- a/sys/dev/etherswitch/e6000sw/e6000sw.c +++ b/sys/dev/etherswitch/e6000sw/e6000sw.c @@ -198,7 +198,7 @@ DRIVER_MODULE(e6000sw, mdio, e6000sw_driver, 0, 0); DRIVER_MODULE(etherswitch, e6000sw, etherswitch_driver, 0, 0); DRIVER_MODULE(miibus, e6000sw, miibus_driver, 0, 0); MODULE_DEPEND(e6000sw, mdio, 1, 1, 1); - +MODULE_DEPEND(e6000sw, etherswitch, 1, 1, 1); static void e6000sw_identify(driver_t *driver, device_t parent) |
