diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c index 337867028653..276e987dc73e 100644 --- a/crypto/crypto_null.c +++ b/crypto/crypto_null.c @@ -18,6 +18,9 @@ #include #include #include +// CRC fix for e307c54ac819 ("crypto: null - Use spin lock instead of mutex") requires us to put +// back mm.h to preserve a bunch of structure types in the crc generation logic +#include #include static DEFINE_SPINLOCK(crypto_default_null_skcipher_lock);