From 4f2104ff20753d78af0058e3ca5e9e042cd707af Mon Sep 17 00:00:00 2001 From: Juan Castillo Date: Fri, 13 Jun 2014 17:05:10 +0100 Subject: Remove all checkpatch errors from codebase Exclude stdlib files because they do not follow kernel code style. Fixes ARM-software/tf-issues#73 Change-Id: I4cfafa38ab436f5ab22c277cb38f884346a267ab --- include/bl31/runtime_svc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/bl31/runtime_svc.h') diff --git a/include/bl31/runtime_svc.h b/include/bl31/runtime_svc.h index f3543d4f..2d849863 100644 --- a/include/bl31/runtime_svc.h +++ b/include/bl31/runtime_svc.h @@ -264,7 +264,7 @@ CASSERT(RT_SVC_DESC_HANDLE == __builtin_offsetof(rt_svc_desc_t, handle), \ /******************************************************************************* * Function & variable prototypes ******************************************************************************/ -void runtime_svc_init(); +void runtime_svc_init(void); extern uint64_t __RT_SVC_DESCS_START__; extern uint64_t __RT_SVC_DESCS_END__; void init_crash_reporting(void); -- cgit v1.2.3