* [PATCH 2/3] staging: ced1401: fix non-ANSI function prototype.
@ 2013-08-10 0:32 Cyril Roelandt
0 siblings, 0 replies; only message in thread
From: Cyril Roelandt @ 2013-08-10 0:32 UTC (permalink / raw)
To: kernel-janitors
Add "void" to the parameterless function SafeTickCount().
Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
---
drivers/staging/ced1401/userspace/use1401.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/ced1401/userspace/use1401.c b/drivers/staging/ced1401/userspace/use1401.c
index c9bc2eb..7f39eb4 100644
--- a/drivers/staging/ced1401/userspace/use1401.c
+++ b/drivers/staging/ced1401/userspace/use1401.c
@@ -376,7 +376,7 @@ static short U14Control1401(short sHand, LONG lCode, TCSBLOCK* pBlk)
** SafeTickCount
** Gets time in approximately units of a millisecond.
*****************************************************************************/
-static long SafeTickCount()
+static long SafeTickCount(void)
{
#ifdef _IS_WINDOWS_
return GetTickCount();
--
1.8.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-08-10 0:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 0:32 [PATCH 2/3] staging: ced1401: fix non-ANSI function prototype Cyril Roelandt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox