commit | ae316bb57d25d73ae9c1ddc9c59fe56d733849bf | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Fri Oct 15 11:06:20 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 21 03:09:44 2010 -0700 |
tree | 8840e2675b2d2c04ccaf35390227272c14cb6dd7 | |
parent | 379b7383413d883ffc4db55914626ca303e6f7f5 [diff] |
vmxnet3: make bit twiddle routines inline 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>