diff --git a/include/linux/module.h b/include/linux/module.h index 6d20895e7739..6744ffe9a727 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -389,10 +389,12 @@ struct module { const s32 *unused_gpl_crcs; #endif -#ifdef CONFIG_MODULE_SIG - /* Signature was verified. */ + /* + * Signature was verified. Unconditionally compiled in Android to + * preserve ABI compatibility between kernels without module + * signing enabled and signed modules. + */ bool sig_ok; -#endif bool async_probe_requested;