mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 07:34:03 -04:00
staging: ccree: remove unused field
Remove unused struct field. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
327256908d
commit
46856e6cf2
@@ -23,7 +23,6 @@ struct cc_hash_handle {
|
||||
cc_sram_addr_t digest_len_sram_addr; /* const value in SRAM*/
|
||||
cc_sram_addr_t larval_digest_sram_addr; /* const value in SRAM */
|
||||
struct list_head hash_list;
|
||||
struct completion init_comp;
|
||||
};
|
||||
|
||||
static const u32 digest_len_init[] = {
|
||||
|
||||
Reference in New Issue
Block a user