net: sh_eth: remove __flush_purge_region
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Thu, 30 Jun 2011 22:52:13 +0000 (22:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Jul 2011 03:10:47 +0000 (20:10 -0700)
commit31fcb99d9958bdf04e84224e202f69e6cdac893b
treee4575e4e75003aebae8fca41b8fd215d725a7dba
parentee9c88f2283c80d9926f980848ae02cc3e88ee57
net: sh_eth: remove __flush_purge_region

It is a function of SuperH architecture. There is no good to use
the function on a driver generally. So, the driver uses
dma_map_single() instead of __flush_purge_region.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sh_eth.c