• Jeff Johnson's avatar
    crypto: arm - add missing MODULE_DESCRIPTION() macros · 70d57ffb
    Jeff Johnson authored
    With ARCH=arm, make allmodconfig && make W=1 C=1 reports:
    WARNING: modpost: missing MODULE_DESCRIPTION() in arch/arm/crypto/aes-arm-bs.o
    WARNING: modpost: missing MODULE_DESCRIPTION() in arch/arm/crypto/crc32-arm-ce.o
    
    Add the missing invocation of the MODULE_DESCRIPTION() macro to all
    files which have a MODULE_LICENSE().
    
    This includes crct10dif-ce-glue.c and curve25519-glue.c which,
    although they did not produce a warning with the arm allmodconfig
    configuration, may cause this warning with other configurations.
    Signed-off-by: default avatarJeff Johnson <quic_jjohnson@quicinc.com>
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    70d57ffb
aes-neonbs-glue.c 14.2 KB