Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: epl: fix up some non-ANSI functions

() isn't valid, you need to put (void).

Cc: Daniel Krueger <daniel.krueger@systec-electronic.com>
Cc: Ronald Sieber <Ronald.Sieber@systec-electronic.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

+5 -5
+2 -2
drivers/staging/epl/EplDllkCal.c
··· 202 202 // 203 203 //--------------------------------------------------------------------------- 204 204 205 - tEplKernel EplDllkCalAddInstance() 205 + tEplKernel EplDllkCalAddInstance(void) 206 206 { 207 207 tEplKernel Ret = kEplSuccessful; 208 208 #ifndef EPL_NO_FIFO ··· 279 279 // 280 280 //--------------------------------------------------------------------------- 281 281 282 - tEplKernel EplDllkCalDelInstance() 282 + tEplKernel EplDllkCalDelInstance(void) 283 283 { 284 284 tEplKernel Ret = kEplSuccessful; 285 285 #ifndef EPL_NO_FIFO
+2 -2
drivers/staging/epl/EplDlluCal.c
··· 173 173 // 174 174 //--------------------------------------------------------------------------- 175 175 176 - tEplKernel EplDlluCalAddInstance() 176 + tEplKernel EplDlluCalAddInstance(void) 177 177 { 178 178 tEplKernel Ret = kEplSuccessful; 179 179 ··· 198 198 // 199 199 //--------------------------------------------------------------------------- 200 200 201 - tEplKernel EplDlluCalDelInstance() 201 + tEplKernel EplDlluCalDelInstance(void) 202 202 { 203 203 tEplKernel Ret = kEplSuccessful; 204 204
+1 -1
drivers/staging/epl/EplNmtMnu.c
··· 378 378 // 379 379 //--------------------------------------------------------------------------- 380 380 381 - tEplKernel EplNmtMnuDelInstance() 381 + tEplKernel EplNmtMnuDelInstance(void) 382 382 { 383 383 tEplKernel Ret; 384 384