crypto: gcm: Fixed compilation error
authorVipul Kumar <vipul_kumar@mentor.com>
Wed, 26 Dec 2018 07:40:10 +0000 (13:10 +0530)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:45:31 +0000 (02:45 +0300)
commit9134c5ada2853c883e632bc35a19759f282f6591
treedbdd401a4ff6179219460f48a9ee80cdb97ff1c9
parent98c59ae6e61f6aad77f660bb8ce3bd51dd3a7f6b
crypto: gcm: Fixed compilation error

As per commit 76c6739477fa ("crypto: gcm - move to generic async
completion"), make changes to fix the below compilation error.

crypto/gcm.c: In function ‘crypto_gcm_setkey’:
crypto/gcm.c:107:35: error: field ‘result’ has incomplete type
   struct crypto_gcm_setkey_result result ____cacheline_aligned;
                                   ^~~~~~
scripts/Makefile.build:303: recipe for target 'crypto/gcm.o' failed
make[1]: *** [crypto/gcm.o] Error 1
Makefile:1052: recipe for target 'crypto' failed

Signed-off-by: Vipul Kumar <vipul_kumar@mentor.com>
crypto/gcm.c