[NET]: Remove in-code externs for some functions from net/core/dev.c
authorPavel Emelyanov <xemul@openvz.org>
Wed, 24 Oct 2007 04:14:45 +0000 (21:14 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 24 Oct 2007 04:27:56 +0000 (21:27 -0700)
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 <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found