diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2018-01-05 00:26:46 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-08 14:10:33 -0500 |
commit | e3e49ca9b033adbc99aca25db4b46b0eadd7cfb9 (patch) | |
tree | eb4e2a1dd3c714e6bc84663a9e14b0d6a767f333 /arch/sh/kernel/cpu | |
parent | e2d922185c47b08c5f8579b431a14d5bc4f06e37 (diff) | |
download | linux-e3e49ca9b033adbc99aca25db4b46b0eadd7cfb9.tar.bz2 |
sh_eth: remove sh_eth_plat_data::edmac_endian
Since the commit 888cc8c20cf ("sh_eth: remove EDMAC_BIG_ENDIAN") (geez,
I didn't realize that was 2 years ago!) the initializers in the SuperH
platform code for the 'sh_eth_plat_data::edmac_endian' stopped to matter,
so we can remove that field for good (not sure if it was ever useful --
SH7786 Ether has been reported to have the same EDMAC descriptor/register
endiannes as configured for the SuperH CPU)...
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sh/kernel/cpu')
-rw-r--r-- | arch/sh/kernel/cpu/sh2/setup-sh7619.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh2/setup-sh7619.c b/arch/sh/kernel/cpu/sh2/setup-sh7619.c index 95796ad00fbe..d08db08dec38 100644 --- a/arch/sh/kernel/cpu/sh2/setup-sh7619.c +++ b/arch/sh/kernel/cpu/sh2/setup-sh7619.c @@ -122,7 +122,6 @@ static struct platform_device scif2_device = { static struct sh_eth_plat_data eth_platform_data = { .phy = 1, - .edmac_endian = EDMAC_LITTLE_ENDIAN, .phy_interface = PHY_INTERFACE_MODE_MII, }; |