]> git.baikalelectronics.ru Git - kernel.git/commit
net: validate_xmit_vlan() is static
authorEric Dumazet <edumazet@google.com>
Mon, 6 Oct 2014 18:26:27 +0000 (11:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Oct 2014 22:17:17 +0000 (18:17 -0400)
commitf5f78d9fc05c356ea83500623b0cc7f23a145013
tree352d8d4b156c5fae55bbbe9bfd093be175878bee
parentefac596e90e38869c3aa167efc987d0fbd85c07b
net: validate_xmit_vlan() is static

Marking this as static allows compiler to inline it.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c