net: validate_xmit_vlan() is static
authorEric Dumazet <[email protected]>
Mon, 6 Oct 2014 18:26:27 +0000 (11:26 -0700)
committerDavid S. Miller <[email protected]>
Mon, 6 Oct 2014 22:17:17 +0000 (18:17 -0400)
commit1ff0dc9499b25d016777f9b8d3ee486fd588ba59
tree352d8d4b156c5fae55bbbe9bfd093be175878bee
parent79952bca8619b62c9b1a118238ca16ab41be7760
net: validate_xmit_vlan() is static

Marking this as static allows compiler to inline it.

Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/core/dev.c