diff options
Diffstat (limited to 'drivers/atmodem/voicecall.c')
-rw-r--r-- | drivers/atmodem/voicecall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c index 75e0c939..13862fb8 100644 --- a/drivers/atmodem/voicecall.c +++ b/drivers/atmodem/voicecall.c @@ -1027,12 +1027,12 @@ static struct ofono_voicecall_driver driver = { .send_tones = at_send_dtmf }; -void at_voicecall_init() +void at_voicecall_init(void) { ofono_voicecall_driver_register(&driver); } -void at_voicecall_exit() +void at_voicecall_exit(void) { ofono_voicecall_driver_unregister(&driver); } |