diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/atmodem/sim-poll.c | 2 | ||||
-rw-r--r-- | drivers/atmodem/sim-poll.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/atmodem/sim-poll.c b/drivers/atmodem/sim-poll.c index 45078563..f1a83e3c 100644 --- a/drivers/atmodem/sim-poll.c +++ b/drivers/atmodem/sim-poll.c @@ -288,7 +288,7 @@ static void stk_watch(struct ofono_atom *atom, spd->stk = NULL; } -void ofono_atmodem_poll_enable(struct ofono_modem *modem, GAtChat *chat) +void atmodem_poll_enable(struct ofono_modem *modem, GAtChat *chat) { struct ofono_atom *sim_atom; struct ofono_atom *stk_atom; diff --git a/drivers/atmodem/sim-poll.h b/drivers/atmodem/sim-poll.h index 595c2f58..50ac3d31 100644 --- a/drivers/atmodem/sim-poll.h +++ b/drivers/atmodem/sim-poll.h @@ -19,4 +19,4 @@ * */ -void ofono_atmodem_poll_enable(struct ofono_modem *modem, GAtChat *chat); +void atmodem_poll_enable(struct ofono_modem *modem, GAtChat *chat); |