sh_eth: fix SH7619/771x support
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tue, 3 Jun 2014 19:42:26 +0000 (23:42 +0400)
committerJiri Slaby <jslaby@suse.cz>
Mon, 23 Jun 2014 08:28:01 +0000 (10:28 +0200)
commitb4e3e36a7e566927dfdc62b36c9c75b8c4b0c30a
treef6a50f8bf2e3c142cf42db5d5cb0e6c7ff6316a3
parent84a6e2bdff418af6bd12d1086ec51ff6d0bb1ba6
sh_eth: fix SH7619/771x support

[ Upstream commit d8b0426af5b67973585712c9af36b86f6ea97815 ]

Commit 4a55530f38e4 (net: sh_eth: modify the definitions of register) managed
to leave out the E-DMAC register entries in sh_eth_offset_fast_sh3_sh2[], thus
totally breaking SH7619/771x support.  Add the missing entries using  the data
from before that commit.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/net/ethernet/renesas/sh_eth.c