aboutsummaryrefslogtreecommitdiff
path: root/include/blk.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2023-09-06 23:29:42 +0200
committerTom Rini <trini@konsulko.com>2023-09-14 10:42:24 -0400
commit4fa6511e8c05f2b1bd2d4b969b5c9d6cc49228ff (patch)
treec7b199c4896da909ab5c8447f0763f52547ea033 /include/blk.h
parent446d6643033edffd4b832de71ef190533398bd91 (diff)
downloadu-boot-4fa6511e8c05f2b1bd2d4b969b5c9d6cc49228ff.zip
u-boot-4fa6511e8c05f2b1bd2d4b969b5c9d6cc49228ff.tar.gz
u-boot-4fa6511e8c05f2b1bd2d4b969b5c9d6cc49228ff.tar.bz2
blkcache: Remove unused NEEDS_MANUAL_RELOC code bits
The last user of the NEEDS_MANUAL_RELOC has been removed in commit 26af162ac8f8 ("arch: m68k: Implement relocation") Remove now unused NEEDS_MANUAL_RELOC code. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/blk.h')
-rw-r--r--include/blk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/blk.h b/include/blk.h
index b819f97..95e86e2 100644
--- a/include/blk.h
+++ b/include/blk.h
@@ -105,12 +105,6 @@ struct blk_desc {
(PAD_SIZE(size, blk_desc->blksz))
#if CONFIG_IS_ENABLED(BLOCK_CACHE)
-
-/**
- * blkcache_init() - initialize the block cache list pointers
- */
-int blkcache_init(void);
-
/**
* blkcache_read() - attempt to read a set of blocks from cache
*