summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/call-volume.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hfpmodem/call-volume.c')
-rw-r--r--drivers/hfpmodem/call-volume.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hfpmodem/call-volume.c b/drivers/hfpmodem/call-volume.c
index f985175b..19f57c49 100644
--- a/drivers/hfpmodem/call-volume.c
+++ b/drivers/hfpmodem/call-volume.c
@@ -226,12 +226,12 @@ static struct ofono_call_volume_driver driver = {
.mute = NULL,
};
-void hfp_call_volume_init()
+void hfp_call_volume_init(void)
{
ofono_call_volume_driver_register(&driver);
}
-void hfp_call_volume_exit()
+void hfp_call_volume_exit(void)
{
ofono_call_volume_driver_unregister(&driver);
}