]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf284cf6812a92486aabb25598c6c868d43123fef
treee4575e4e75003aebae8fca41b8fd215d725a7dba
parentb7fe45fe38d91f29d2d44433643d7b9c22f2e806
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