---
 drivers/cdmamodem/cdmamodem.h |    4 ++--
 drivers/cdmamodem/voicecall.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/cdmamodem/cdmamodem.h b/drivers/cdmamodem/cdmamodem.h
index b085541..5011ade 100644
--- a/drivers/cdmamodem/cdmamodem.h
+++ b/drivers/cdmamodem/cdmamodem.h
@@ -21,5 +21,5 @@
 
 #include <drivers/atmodem/atutil.h>
 
-extern void cdma_voicecall_init();
-extern void cdma_voicecall_exit();
+extern void cdma_voicecall_init(void);
+extern void cdma_voicecall_exit(void);
diff --git a/drivers/cdmamodem/voicecall.c b/drivers/cdmamodem/voicecall.c
index 5b4f3cc..a0fa79f 100644
--- a/drivers/cdmamodem/voicecall.c
+++ b/drivers/cdmamodem/voicecall.c
@@ -147,12 +147,12 @@ static struct ofono_cdma_voicecall_driver driver = {
        .hangup                 = cdma_hangup,
 };
 
-void cdma_voicecall_init()
+void cdma_voicecall_init(void)
 {
        ofono_cdma_voicecall_driver_register(&driver);
 }
 
-void cdma_voicecall_exit()
+void cdma_voicecall_exit(void)
 {
        ofono_cdma_voicecall_driver_unregister(&driver);
 }
-- 
1.7.0.4

_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to