]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/altera_tse: use flush_dcache_range instead of flush_dcache
authorStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Fri, 4 Nov 2011 02:38:07 +0000 (02:38 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 30 Mar 2012 21:58:36 +0000 (23:58 +0200)
commitee04a1048e73a5d9c359caa6f44a73329699aaa8
tree4f94280931bf84cda3815114f85cf45e2262b396
parent83ea1308537aabb5fd72a11cd9bada9d8496d585
net/altera_tse: use flush_dcache_range instead of flush_dcache

flush_dcache is not declared in the common.h API,
flush_dcache_range however is

Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Cc: Ben Warren <biggerbadderben@gmail.com>
Cc: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Thomas Chou <thomas@wytron.com.tw>
drivers/net/altera_tse.c