Re: [PATCH 31/68] ipc/ipc_kmsg.c: remove forward declarations

2013-11-30 Thread Marin Ramesa
On 29.11.2013 22:53:56, Marin Ramesa wrote: > * ipc/ipc_kmsg.c (copyinmap, copyoutmap, ipc_msg_print): Remove > forward declarations. > * ipc/ipc_kmsg.h (ipc_msg_print): Add prototype. I just noticed this, the prototype for ipc_msg_print() is a duplicate - it's already declared in ipc/icp_print.h

[PATCH 31/68] ipc/ipc_kmsg.c: remove forward declarations

2013-11-29 Thread Marin Ramesa
* ipc/ipc_kmsg.c (copyinmap, copyoutmap, ipc_msg_print): Remove forward declarations. * ipc/ipc_kmsg.h (ipc_msg_print): Add prototype. --- ipc/ipc_kmsg.c | 4 ipc/ipc_kmsg.h | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_kmsg.c index 3bdd6b0.