tun: dont force inline of functions
commit6f7c156c08d5eaa9fff2bd062f0a2b9d09a1e7a9
authorstephen hemminger <shemminger@vyatta.com>
Wed, 8 Jun 2011 14:33:08 +0000 (8 14:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Jun 2011 07:08:39 +0000 (9 00:08 -0700)
tree6132ae6aa5fadcb9566e5b50d4a4ad1a39323e79
parenta504b86e718a425ea4a34e2f95b5cf0545ddfd8d
tun: dont force inline of functions

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>
drivers/net/tun.c