On Wed, Oct 14, 2020 at 12:49:27AM +0000, Fenghua Yu wrote:
> +static const struct mbm_correction_factor_table {
> +     u32 rmidthreshold;
> +     u64 cf;
> +} mbm_cf_table[] = {

That thing wants to be __initdata, AFAICT, since the only function
touching it is __init.

Made it so.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Reply via email to