summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 22:57:38 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 02:23:56 +0300
commit3374d28b3443cc5565816d1f58d01ebfa14ea5ae (patch)
tree776c72a85444ef5783bfe4ca6d978f784d29c026 /include
parent9edefc27760b00309d482d94fdc23bf5d2ea2c42 (diff)
downloadu-boot-3374d28b3443cc5565816d1f58d01ebfa14ea5ae.tar.xz
common: Drop checkicache() and checkdcache()
These are used by only one arch and only within a single file. Drop the declarations from the common file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 48eb223627..423f1023ad 100644
--- a/include/common.h
+++ b/include/common.h
@@ -195,8 +195,6 @@ void trap_init (ulong);
void s_init(void);
-int checkicache (void);
-int checkdcache (void);
void upmconfig (unsigned int, unsigned int *, unsigned int);
ulong get_tbclk (void);
void reset_misc (void);