* [PATCH] cdmamodem: M15 Coding style fix
@ 2011-01-13 21:02 Dara Spieker-Doyle
2011-01-13 22:12 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Dara Spieker-Doyle @ 2011-01-13 21:02 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1100 bytes --]
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-13 22:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13 21:02 [PATCH] cdmamodem: M15 Coding style fix Dara Spieker-Doyle
2011-01-13 22:12 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.