tun: dont force inline of functions
authorstephen hemminger <shemminger@vyatta.com>
Wed, 8 Jun 2011 14:33:08 +0000 (14:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Jun 2011 07:08:39 +0000 (00:08 -0700)
Current standard practice is to not mark most functions as inline
and  let compiler decide instead.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found