diff options
Diffstat (limited to 'sys/dev/phy/rtl.c')
-rw-r--r-- | sys/dev/phy/rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/phy/rtl.c b/sys/dev/phy/rtl.c index 691f767..d096d1a 100644 --- a/sys/dev/phy/rtl.c +++ b/sys/dev/phy/rtl.c @@ -440,4 +440,4 @@ rt81xx_init(void) return rt_init_mac(); } -DRIVER_DEFER(rt81xx_init); +DRIVER_DEFER(rt81xx_init, "rtl81xx"); |