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

index 2cd14b5..35ab63b 100644 (file)
@@ -952,7 +952,6 @@ static struct ofono_voicecall_driver driver = {
        .dial                   = hfp_dial,
        .answer                 = hfp_answer,
        .hangup                 = hfp_hangup,
-       .list_calls             = NULL,
        .hold_all_active        = hfp_hold_all_active,
        .release_all_held       = hfp_release_all_held,
        .set_udub               = hfp_set_udub,