On Mon, Nov 14, 2022 at 05:29:44AM +0100, Christoph Hellwig wrote: > blk_crypto_get_keyslot, blk_crypto_put_keyslot, __blk_crypto_evict_key > and __blk_crypto_cfg_supported are only used internally by the > blk-crypto code, so move the out of blk-crypto-profile.h, which is > included by drivers that supply blk-crypto functionality. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > block/blk-crypto-internal.h | 12 ++++++++++++ > include/linux/blk-crypto-profile.h | 12 ------------ > 2 files changed, 12 insertions(+), 12 deletions(-) With the include of blk-crypto-internal.h in blk-crypto-profile.c added, feel free to add: Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric