crypto/octeontx2: remove useless union member
authorTejasree Kondoj <ktejasree@marvell.com>
Mon, 15 Mar 2021 10:34:06 +0000 (16:04 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Fri, 16 Apr 2021 10:43:33 +0000 (12:43 +0200)
Removing redundant field in a union.

Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
drivers/crypto/octeontx2/otx2_ipsec_po.h

index 8a672a3..eda9f19 100644 (file)
@@ -203,7 +203,6 @@ struct otx2_ipsec_po_out_sa {
 
        /* w8-w55 */
        union {
-               uint8_t raw[384];
                struct {
                        struct otx2_ipsec_po_ip_template template;
                } aes_gcm;