Add parameter to the reference of an extern function

This commit adds the parameter to the reference of the extern function in order to
avoid the checkpatch issue ERROR:FUNCTION_WITHOUT_ARGS.

Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@linux.intel.com>
Change-Id: I42c53314232622a8e2e615420584601ce9b85404
This commit is contained in:
Yonattan Louise 2015-04-06 15:56:57 -05:00 committed by Anas Nashif
commit 31dddb9e1b

View file

@ -50,7 +50,7 @@ This modules tests the following semaphore routines:
#include <util_test_common.h>
extern void trigger_isrSemaSignal();
extern void trigger_isrSemaSignal(ksem_t semaphore);
extern void releaseTestFiber (void);
/* defines */