sh_eth: get rid of {cpu|edmac}_to_{edmac|cpu}()
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sun, 27 Dec 2015 23:10:47 +0000 (02:10 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Jan 2016 21:11:11 +0000 (16:11 -0500)
commit7cf724770b78c1d4f24e23747ac03233a88af440
tree6c77fec53c775109d88df486e2a19dec55226c9c
parent888cc8c20cf265fcd1302f6c5d6be07628ba66c7
sh_eth: get rid of {cpu|edmac}_to_{edmac|cpu}()

Now that {cpu|edmac}_to_{edmac|cpu}() functions boiled down to the mere
{cpu|le32}_to_{le32|cpu}() calls, there's no need for these functions
anymore, so just get rid of them.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c