summaryrefslogtreecommitdiff
path: root/plugins/ethernet.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-06 18:13:04 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-06 18:13:04 +0100
commit61a7962866886dff93f29bee45007dbdac26199a (patch)
treec704a5dec2374cef22c1bb9aee9ac5dbfd27f61e /plugins/ethernet.c
parent9e4b0435da1726aa58e39e350d3497097db2634f (diff)
downloadconnman-61a7962866886dff93f29bee45007dbdac26199a.tar.gz
connman-61a7962866886dff93f29bee45007dbdac26199a.tar.bz2
connman-61a7962866886dff93f29bee45007dbdac26199a.zip
Allow pre-processor pasting of plugin name
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)