vmxnet3: make bit twiddle routines inline
authorstephen hemminger <shemminger@vyatta.com>
Fri, 15 Oct 2010 11:06:20 +0000 (11:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Oct 2010 10:09:44 +0000 (03:09 -0700)
Gcc doesn't usually handle inline across compilation units, and the
functions don't have to be global in scope. Move the set/reset flag
functions int the existing vmxnet3 header.

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

No differences found