diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/atgen.c | 2 | ||||
-rw-r--r-- | plugins/phonesim.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/atgen.c b/plugins/atgen.c index 4a0e315b..7c38fde1 100644 --- a/plugins/atgen.c +++ b/plugins/atgen.c @@ -167,7 +167,7 @@ static void atgen_pre_sim(struct ofono_modem *modem) ofono_voicecall_create(modem, 0, "atmodem", chat); ofono_stk_create(modem, 0, "atmodem", chat); - ofono_atmodem_poll_enable(modem, chat); + atmodem_poll_enable(modem, chat); } static void atgen_post_sim(struct ofono_modem *modem) diff --git a/plugins/phonesim.c b/plugins/phonesim.c index 5685820e..ff49147c 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -294,7 +294,7 @@ static void phonesim_pre_sim(struct ofono_modem *modem) ofono_stk_create(modem, 0, "atmodem", data->chat); if (!data->calypso) - ofono_atmodem_poll_enable(modem, data->chat); + atmodem_poll_enable(modem, data->chat); else if (sim) ofono_sim_inserted_notify(sim, TRUE); } |