sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGN
authorBen Hutchings <bhutchings@solarflare.com>
Wed, 12 Feb 2014 18:58:57 +0000 (18:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Feb 2014 22:53:34 +0000 (17:53 -0500)
commit0bdadad16608a69defe0b64745a0a6a2edc8e012
tree95dbf00c5191880ac9adb3e3e00f14dda6cdb3e9
parent92d8f766ecce190dc2aa5d1aa9a5f5381e831641
sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGN

If CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is defined then NET_IP_ALIGN
will be defined as 0, so this macro is redundant.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Shradha Shah <sshah@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/tx.c