summaryrefslogtreecommitdiff
path: root/plugins/ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ethernet.c')
-rw-r--r--plugins/ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethernet.c b/plugins/ethernet.c
index bd2ddc29..28c1742d 100644
--- a/plugins/ethernet.c
+++ b/plugins/ethernet.c
@@ -267,5 +267,5 @@ static void ethernet_exit(void)
connman_rtnl_unregister(&ethernet_rtnl);
}
-CONNMAN_PLUGIN_DEFINE("ethernet", "Ethernet interface plugin", VERSION,
+CONNMAN_PLUGIN_DEFINE(ethernet, "Ethernet interface plugin", VERSION,
ethernet_init, ethernet_exit)