lkml.org 
[lkml]   [2023]   [Jul]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH] crypto: starfive - Add AES skcipher and aead support
Date
> This doesn't compile:
>
> CC [M] drivers/crypto/starfive/jh7110-cryp.o
> CC [M] drivers/crypto/starfive/jh7110-hash.o
> CC [M] drivers/crypto/starfive/jh7110-rsa.o
> CC [M] drivers/crypto/starfive/jh7110-aes.o
> In file included from ../drivers/crypto/starfive/jh7110-aes.c:13:
> ../drivers/crypto/starfive/jh7110-cryp.h:184:49: error: field ‘aes_done’ has
> incomplete type
> 184 | struct tasklet_struct aes_done;
> | ^~~~~~~~
> ../drivers/crypto/starfive/jh7110-cryp.h:185:49: error: field ‘hash_done’ has
> incomplete type
> 185 | struct tasklet_struct hash_done;
> | ^~~~~~~~~
> make[6]: *** [../scripts/Makefile.build:243: drivers/crypto/starfive/jh7110-
> aes.o] Error 1
> make[6]: *** Waiting for unfinished jobs....
>

Hi Herbert,
Thanks for reviewing the patch.
I found out that it's missing interrupt.h include.
It is weird that the compile error did not show in the original driver and on my local build.
I'll fix this in the next version.

Thanks,
Jia Jie
\
 
 \ /
  Last update: 2023-07-17 04:07    [W:0.034 / U:0.836 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site