commit | 0b445dcaf3adda5bec5cc494925bc689fcc59a0e | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Sat Aug 15 11:22:50 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Sat Aug 15 11:22:50 2009 +0900 |
tree | 1d29422238cea24f33c78d2137ecf75d1b8bf255 | |
parent | 27d59ec1709817a90aa3ab7169f60994a89ad2f5 [diff] |
sh: Don't export flush_dcache_all(). flush_dcache_all() is used internally by the SH-4 cache code, it is not part of the exported cache API, so make it static and don't export it. Signed-off-by: Paul Mundt <lethal@linux-sh.org>