]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: hifn_795x - Remove unused hifn_*_command structs
authorDr. David Alan Gilbert <linux@treblig.org>
Sat, 11 May 2024 14:54:26 +0000 (15:54 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 31 May 2024 09:34:56 +0000 (17:34 +0800)
commiteaa857782fdbba36544c74006d8037f4d101b90a
tree7b0afa64d064f99c67c33ed96ecd5308822cb4c1
parente793f6c4dabe56cb8b93db26bbfcfba2a65f7215
crypto: hifn_795x - Remove unused hifn_*_command structs

Remove 'hifn_mac_command' and 'hifn_comp_command' which are unused.
They're the same structure as 'hifn_crypt_command' which is used.

(I was tempted to remove
   hifn_base_result
   hifn_comp_result
   hifn_mac_result and
   hifn_crypt_result
which are also unused, but they vary, and perhaps they're telling
someone in the future what to look at.)

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hifn_795x.c