diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-04-15 16:13:42 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-04-15 16:49:43 -0500 |
commit | cc0ffd172073ff72a1a13dccb10d3f871f917147 (patch) | |
tree | a32ce0e1ca68a58cec5e0e98086a1102af5b5f03 /drivers/atmodem/sim-poll.c | |
parent | 14bcca32c0d2d28741a101a42d72af40d2e430ba (diff) | |
download | ofono-cc0ffd172073ff72a1a13dccb10d3f871f917147.tar.bz2 |
Rename ofono_atmodem_poll_enable
This is not official oFono API
Diffstat (limited to 'drivers/atmodem/sim-poll.c')
-rw-r--r-- | drivers/atmodem/sim-poll.c | 2 |
1 files changed, 1 insertions, 1 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; |