diff --git a/include/linux/crypto.h b/include/linux/crypto.h index 0e3f71a73e3b568830c652c5ab39932cf17eb3ec..964e5735a6a9900bbc427cb5132e024f6e924c60 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -513,7 +513,7 @@ struct crypto_alg { void (*cra_destroy)(struct crypto_alg *alg); struct module *cra_module; -}; +} CRYPTO_MINALIGN_ATTR; /* * Algorithm registration interface.