From: Denis Kenzior Date: Fri, 24 Sep 2010 05:29:32 +0000 (-0500) Subject: ifx: Take out the vendor field in voicecall driver X-Git-Tag: 0.30~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71fb9c74c6942074fd52c930487c7eefb9a4e6b0;p=platform%2Fupstream%2Fofono.git ifx: Take out the vendor field in voicecall driver --- diff --git a/drivers/ifxmodem/voicecall.c b/drivers/ifxmodem/voicecall.c index 79683d3..4415989 100644 --- a/drivers/ifxmodem/voicecall.c +++ b/drivers/ifxmodem/voicecall.c @@ -54,7 +54,6 @@ struct voicecall_data { GSList *calls; unsigned int local_release; GAtChat *chat; - unsigned int vendor; }; struct release_id_req { @@ -702,7 +701,6 @@ static int ifx_voicecall_probe(struct ofono_voicecall *vc, unsigned int vendor, vd = g_new0(struct voicecall_data, 1); vd->chat = g_at_chat_clone(chat); - vd->vendor = vendor; ofono_voicecall_set_data(vc, vd);