Get rid of list_calls in calypso driver
authorDenis Kenzior <denkenz@gmail.com>
Fri, 4 Dec 2009 22:23:10 +0000 (16:23 -0600)
committerDenis Kenzior <denkenz@gmail.com>
Fri, 4 Dec 2009 22:52:31 +0000 (16:52 -0600)
drivers/calypsomodem/voicecall.c

index 5deae42..34d5ae9 100644 (file)
@@ -411,7 +411,6 @@ static struct ofono_voicecall_driver driver = {
        .dial                   = calypso_dial,
        .answer                 = calypso_answer,
        .hangup                 = calypso_hangup,
-       .list_calls             = NULL,
        .hold_all_active        = calypso_hold_all_active,
        .release_all_held       = calypso_release_all_held,
        .set_udub               = calypso_set_udub,