aboutsummaryrefslogtreecommitdiff
path: root/src/net/ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ethernet.c')
-rw-r--r--src/net/ethernet.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/ethernet.c b/src/net/ethernet.c
index a4bdfd4..33e0572 100644
--- a/src/net/ethernet.c
+++ b/src/net/ethernet.c
@@ -239,6 +239,9 @@ struct net_device * alloc_etherdev ( size_t priv_size ) {
return netdev;
}
+/* Drag in objects via ethernet_protocol */
+REQUIRING_SYMBOL ( ethernet_protocol );
+
/* Drag in Ethernet configuration */
REQUIRE_OBJECT ( config_ethernet );