linux/drivers/net/ethernet/renesas
Sergei Shtylyov ac8025a643 sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef
The only R8A7740 specific #ifdef hindering  ARM multiplatform build is  left in
sh_eth_rx(): it covers the code shifting Rx buffer descriptor word 0 by 16. Get
rid of the #ifdef by adding 'shift_rd0' field to the  'struct sh_eth_cpu_data',
making the shift dependent on it, and setting it to 1 for the R8A7740 case...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-19 17:02:52 -07:00
..
Kconfig sh_eth: remove dependencies from Kconfig 2013-06-07 23:38:24 -07:00
Makefile
sh_eth.c sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef 2013-06-19 17:02:52 -07:00
sh_eth.h sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef 2013-06-19 17:02:52 -07:00