summaryrefslogtreecommitdiffstats
path: root/drivers/huaweimodem/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/huaweimodem/voicecall.c')
-rw-r--r--drivers/huaweimodem/voicecall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/huaweimodem/voicecall.c b/drivers/huaweimodem/voicecall.c
index ff08124e..0c0aaa1e 100644
--- a/drivers/huaweimodem/voicecall.c
+++ b/drivers/huaweimodem/voicecall.c
@@ -508,12 +508,12 @@ static struct ofono_voicecall_driver driver = {
.release_specific = huawei_release_specific,
};
-void huawei_voicecall_init()
+void huawei_voicecall_init(void)
{
ofono_voicecall_driver_register(&driver);
}
-void huawei_voicecall_exit()
+void huawei_voicecall_exit(void)
{
ofono_voicecall_driver_unregister(&driver);
}