From: Benjamin Li Date: Sat, 17 May 2008 05:18:57 +0000 (-0700) Subject: bnx2: Remove the rx_offset field from the bnx2 structure. X-Git-Tag: v2.6.27-rc1~969^2~438 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89cb6af41559a601e9cfe081d34de07945b0d8b;p=pandora-kernel.git bnx2: Remove the rx_offset field from the bnx2 structure. The rx_offset field is set to a constant value and initialized only once. By replacing all references to the rx_offset field, we can eliminate rx_offset from the bnx2 structure. This will save 4 bytes for every bnx2 instance. [Added parentheses to the definition of BNX2_RX_OFFSET, as noted by Ben Hutchings.] Signed-off-by: Benjamin Li Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed