]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: sh-eth: Change cache API of SH
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 22 Aug 2013 04:22:01 +0000 (13:22 +0900)
committerJoe Hershberger <joe.hershberger@ni.com>
Fri, 22 Nov 2013 22:50:49 +0000 (16:50 -0600)
commit870cc23f07c725e6218a77b25314193ef6fbd1b4
tree151baa4ca659ec161cdb42de760909f19ee9c123
parent0611c6017c9fc56a731ee5f8bbd91c7ee1a50849
net: sh-eth: Change cache API of SH

The cache API of SH was changed from dcache_wback_range to flush_dcache_range.
sh-eth uses dcache_wback_range. This patch changes to flush_dcache_range.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
drivers/net/sh_eth.c