summaryrefslogtreecommitdiff
path: root/arch/sh/include
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2016-11-28 01:15:18 +0300
committerTom Rini <trini@konsulko.com>2016-12-03 05:32:42 +0300
commitb33718c614afc8f60285311ab587ff1228e5bd29 (patch)
tree8d726dd2cc44366d94d2e199fad9ee811fc57a71 /arch/sh/include
parent6ab8b961de4e883dc61fb7dfd22a9ac7ab359250 (diff)
downloadu-boot-b33718c614afc8f60285311ab587ff1228e5bd29.tar.xz
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>
Diffstat (limited to 'arch/sh/include')
-rw-r--r--arch/sh/include/asm/cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/cache.h b/arch/sh/include/asm/cache.h
index abaf4050c3..b548a35f4c 100644
--- a/arch/sh/include/asm/cache.h
+++ b/arch/sh/include/asm/cache.h
@@ -3,8 +3,6 @@
#if defined(CONFIG_CPU_SH4)
-int cache_control(unsigned int cmd);
-
#define L1_CACHE_BYTES 32
struct __large_struct { unsigned long buf[100]; };