diff options
author | Marek Vasut | 2023-09-06 23:29:42 +0200 |
---|---|---|
committer | Tom Rini | 2023-09-14 10:42:24 -0400 |
commit | 4fa6511e8c05f2b1bd2d4b969b5c9d6cc49228ff (patch) | |
tree | c7b199c4896da909ab5c8447f0763f52547ea033 /include/blk.h | |
parent | 446d6643033edffd4b832de71ef190533398bd91 (diff) |
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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/blk.h b/include/blk.h index b819f97c2f1..95e86e2d5d1 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 * |