Re: [PATCH 2/3] Remove in-code externs for some functions from net/core/dev.c

2007-10-23 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Mon, 22 Oct 2007 19:25:50 +0400 > Inconsistent prototype and real type for functions may have > worse consequences, than those for variables, so move them > into a header. > > Since they are used privately in net/core, make this file > reside in the

[PATCH 2/3] Remove in-code externs for some functions from net/core/dev.c

2007-10-22 Thread Pavel Emelyanov
Inconsistent prototype and real type for functions may have worse consequences, than those for variables, so move them into a header. Since they are used privately in net/core, make this file reside in the same place. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/net/core/