diff options
Diffstat (limited to 'sys/dev/phy/e1000.c')
-rw-r--r-- | sys/dev/phy/e1000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/phy/e1000.c b/sys/dev/phy/e1000.c index 95efe6d..41a2a27 100644 --- a/sys/dev/phy/e1000.c +++ b/sys/dev/phy/e1000.c @@ -355,4 +355,4 @@ e1000_init(void) return 0; } -DRIVER_EXPORT(e1000_init); +DRIVER_EXPORT(e1000_init, "e1000"); |