From: stephen hemminger Date: Fri, 15 Oct 2010 11:06:20 +0000 (+0000) Subject: vmxnet3: make bit twiddle routines inline X-Git-Tag: v2.6.37-rc1~147^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae316bb57d25d73ae9c1ddc9c59fe56d733849bf;p=pandora-kernel.git 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 Acked-by: Shreyas Bhatewara Signed-off-by: David S. Miller --- Reading git-diff-tree failed