summaryrefslogtreecommitdiff
path: root/drivers/gemaltomodem/gemaltomodem.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gemaltomodem/gemaltomodem.c')
-rw-r--r--drivers/gemaltomodem/gemaltomodem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gemaltomodem/gemaltomodem.c b/drivers/gemaltomodem/gemaltomodem.c
index 4818ac66..4b20dd1b 100644
--- a/drivers/gemaltomodem/gemaltomodem.c
+++ b/drivers/gemaltomodem/gemaltomodem.c
@@ -36,6 +36,7 @@
static int gemaltomodem_init(void)
{
gemalto_location_reporting_init();
+ gemalto_gprs_context_init();
gemalto_voicecall_init();
return 0;
@@ -43,8 +44,9 @@ static int gemaltomodem_init(void)
static void gemaltomodem_exit(void)
{
- gemalto_voicecall_exit();
gemalto_location_reporting_exit();
+ gemalto_gprs_context_exit();
+ gemalto_voicecall_exit();
}
OFONO_PLUGIN_DEFINE(gemaltomodem, "Gemalto modem driver", VERSION,