commit | 31fcb99d9958bdf04e84224e202f69e6cdac893b | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Thu Jun 30 22:52:13 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 03 20:10:47 2011 -0700 |
tree | e4575e4e75003aebae8fca41b8fd215d725a7dba | |
parent | ee9c88f2283c80d9926f980848ae02cc3e88ee57 [diff] |
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>