commit | aa0010f880ab542da3ad0e72992f2dc518ac68a0 | [log] [tgz] |
---|---|---|
author | Amerigo Wang <amwang@redhat.com> | Sun Nov 11 21:52:33 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 14 18:49:50 2012 -0500 |
tree | fe030d13bb1fcbf6071b268f06c068e2a7a50b0e | |
parent | bf0098f22ca7b59e8844ac6882bbae230d34b98d [diff] |
net: convert __IPTUNNEL_XMIT() to an inline function __IPTUNNEL_XMIT() is an ugly macro, convert it to a static inline function, so make it more readable. IPTUNNEL_XMIT() is unused, just remove it. Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>