From: Pavel Emelyanov Date: Wed, 24 Oct 2007 04:14:45 +0000 (-0700) Subject: [NET]: Remove in-code externs for some functions from net/core/dev.c X-Git-Tag: v2.6.24-rc2~139^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=342709efc7a4ba91eac6d2d2d931ec316a587dfa;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed