diff options
Diffstat (limited to 'include/linux/module.h')
| -rw-r--r-- | include/linux/module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 0c3207d26ac0..7c84273d60b9 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
| @@ -399,7 +399,7 @@ struct module { | |||
| 399 | /* Arch-specific module values */ | 399 | /* Arch-specific module values */ |
| 400 | struct mod_arch_specific arch; | 400 | struct mod_arch_specific arch; |
| 401 | 401 | ||
| 402 | unsigned int taints; /* same bits as kernel:tainted */ | 402 | unsigned long taints; /* same bits as kernel:taint_flags */ |
| 403 | 403 | ||
| 404 | #ifdef CONFIG_GENERIC_BUG | 404 | #ifdef CONFIG_GENERIC_BUG |
| 405 | /* Support for BUG */ | 405 | /* Support for BUG */ |
| @@ -412,7 +412,7 @@ struct module { | |||
| 412 | /* Protected by RCU and/or module_mutex: use rcu_dereference() */ | 412 | /* Protected by RCU and/or module_mutex: use rcu_dereference() */ |
| 413 | struct mod_kallsyms *kallsyms; | 413 | struct mod_kallsyms *kallsyms; |
| 414 | struct mod_kallsyms core_kallsyms; | 414 | struct mod_kallsyms core_kallsyms; |
| 415 | 415 | ||
| 416 | /* Section attributes */ | 416 | /* Section attributes */ |
| 417 | struct module_sect_attrs *sect_attrs; | 417 | struct module_sect_attrs *sect_attrs; |
| 418 | 418 | ||
