commit | ccaf5f05b218e5eb41e2f5cdfd26b18dce4a0218 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@fluxnic.net> | Fri Dec 11 02:21:57 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Dec 14 14:53:21 2009 +0000 |
tree | f4de2fb21cc45716c2dbcb98acb176c4295a551c | |
parent | 3067e02f8f3ae2f3f02ba76400d03b8bcb4942b0 [diff] |
ARM: 5848/1: kill flush_ioremap_region() There is not enough users to warrant its existence, and it is actually an obstacle to progress with the new DMA API which cannot cover this case properly. To keep backward compatibility, let's perform the necessary custom cache maintenance locally in the only driver affected. Signed-off-by: Nicolas Pitre <nico@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>