]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/core/net-sysfs.c
[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)
commit342709efc7a4ba91eac6d2d2d931ec316a587dfa
tree0c1422caab17a50f5db7b1ea07c9d89258c913aa
parenta37ae4086e7e804db534bc8f2d31c2fbf89c5761
[NET]: Remove in-code externs for some functions from net/core/dev.c

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>
net/core/dev.c
net/core/net-sysfs.c
net/core/net-sysfs.h [new file with mode: 0644]