Removing redundant field in a union.

Signed-off-by: Tejasree Kondoj <ktejas...@marvell.com>
---
 drivers/crypto/octeontx2/otx2_ipsec_po.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/octeontx2/otx2_ipsec_po.h 
b/drivers/crypto/octeontx2/otx2_ipsec_po.h
index 8a672a38ea..eda9f19738 100644
--- a/drivers/crypto/octeontx2/otx2_ipsec_po.h
+++ b/drivers/crypto/octeontx2/otx2_ipsec_po.h
@@ -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;
-- 
2.27.0

Reply via email to