commit | b33718c614afc8f60285311ab587ff1228e5bd29 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Nov 28 00:15:18 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 02 21:32:42 2016 -0500 |
tree | 8d726dd2cc44366d94d2e199fad9ee811fc57a71 | |
parent | 6ab8b961de4e883dc61fb7dfd22a9ac7ab359250 [diff] |
sh4: cache: move exported cache manipulation functions into cache.c No functional change, moving cache manipulation functions into cache.c allows to collect all of them in a single location and as a pleasant side effect cache_control() function can be unexported now. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Reviewed-by: Simon Glass <sjg@chromium.org>