summaryrefslogtreecommitdiffstats
path: root/plugins/caif.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/caif.c')
-rw-r--r--plugins/caif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/caif.c b/plugins/caif.c
index 13c93ca9..1c7ada86 100644
--- a/plugins/caif.c
+++ b/plugins/caif.c
@@ -37,6 +37,7 @@ static GSList *modem_list = NULL;
static int caif_init(void)
{
+#if 0
struct ofono_modem *modem;
modem = ofono_modem_create("caif", "ste");
@@ -46,6 +47,7 @@ static int caif_init(void)
modem_list = g_slist_prepend(modem_list, modem);
ofono_modem_register(modem);
+#endif
return 0;
}