sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 13 May 2013 11:58:31 +0000 (11:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 May 2013 18:32:04 +0000 (11:32 -0700)
commitc14ff2ea2d5818c811e5c6e67e794df4a71a6094
treed6f41aa47097c79ee50c26f4111a279e063cfe1b
parent0f0d15100a8ac875bdd408324c473e16d73d3557
sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN

The two architectures that define CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
(powerpc and x86) now both define NET_IP_ALIGN as 0, so there is no
need for this optimisation any more.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/efx.c
drivers/net/ethernet/sfc/net_driver.h
drivers/net/ethernet/sfc/rx.c