summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:22:40 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:29 (GMT)
commit12d738ae4c97c551df6ed0ebe93406683f6032c1 (patch)
treec676584ad98541c12ccbe6857c8e26edcf733e0c /include/common.h
parent4baf23e0beaca4ea90983c8f97e1bba0282b5fc1 (diff)
downloadu-boot-fsl-qoriq-12d738ae4c97c551df6ed0ebe93406683f6032c1.tar.xz
api: Add a header for api_init()
Put this in its own header instead of using common.h. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index 8b64407..fb4e79b 100644
--- a/include/common.h
+++ b/include/common.h
@@ -465,9 +465,6 @@ void jumptable_init(void);
/* common/kallsysm.c */
const char *symbol_lookup(unsigned long addr, unsigned long *caddr);
-/* api/api.c */
-void api_init (void);
-
/* common/memsize.c */
long get_ram_size (long *, long);
phys_size_t get_effective_memsize(void);