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)
commit6f7c156c08d5eaa9fff2bd062f0a2b9d09a1e7a9
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