summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-15 16:13:42 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-15 16:49:43 -0500
commitcc0ffd172073ff72a1a13dccb10d3f871f917147 (patch)
treea32ce0e1ca68a58cec5e0e98086a1102af5b5f03 /drivers/atmodem
parent14bcca32c0d2d28741a101a42d72af40d2e430ba (diff)
downloadofono-cc0ffd172073ff72a1a13dccb10d3f871f917147.tar.bz2
Rename ofono_atmodem_poll_enable
This is not official oFono API
Diffstat (limited to 'drivers/atmodem')
-rw-r--r--drivers/atmodem/sim-poll.c2
-rw-r--r--drivers/atmodem/sim-poll.h2
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);