summaryrefslogtreecommitdiffstats
path: root/drivers/rilmodem/voicecall.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2015-11-12 13:16:53 -0600
committerDenis Kenzior <denkenz@gmail.com>2015-11-12 13:17:55 -0600
commit0b23b2b74b83ddce172ce96dcd72041de25d35ff (patch)
treea2637915aa2d78eaad7975f3feafb176d46194df /drivers/rilmodem/voicecall.h
parentd351e3ac031fddd0aba211d994715994f4b9ed93 (diff)
downloadofono-0b23b2b74b83ddce172ce96dcd72041de25d35ff.tar.bz2
rilmodem: Get rid of ril_voicecall_driver_data
Diffstat (limited to 'drivers/rilmodem/voicecall.h')
-rw-r--r--drivers/rilmodem/voicecall.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/rilmodem/voicecall.h b/drivers/rilmodem/voicecall.h
index ff952f7e..31e120e3 100644
--- a/drivers/rilmodem/voicecall.h
+++ b/drivers/rilmodem/voicecall.h
@@ -62,9 +62,5 @@ void ril_set_udub(struct ofono_voicecall *vc,
void ril_release_all_active(struct ofono_voicecall *vc,
ofono_voicecall_cb_t cb, void *data);
-void ril_voicecall_start(struct ril_voicecall_driver_data *driver_data,
- struct ofono_voicecall *vc,
- unsigned int vendor,
- struct ril_voicecall_data *vd);
void ril_call_state_notify(struct ril_msg *message, gpointer user_data);
gboolean ril_poll_clcc(gpointer user_data);