git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a37ae40
)
[NET]: Remove in-code externs for some functions from net/core/dev.c
author
Pavel Emelyanov
<xemul@openvz.org>
Wed, 24 Oct 2007 04:14:45 +0000
(21:14 -0700)
committer
David 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