diff --git a/include/linux/module.h b/include/linux/module.h index f6ee569c62bb90516b232e70fb56890e08ae6cfe..7c84273d60b963d44c032761cac62194e82d1198 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -412,7 +412,7 @@ struct module { /* Protected by RCU and/or module_mutex: use rcu_dereference() */ struct mod_kallsyms *kallsyms; struct mod_kallsyms core_kallsyms; - + /* Section attributes */ struct module_sect_attrs *sect_attrs;