diff options
Diffstat (limited to 'include/linux/module.h')
-rw-r--r-- | include/linux/module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 8b6113503863..5d2970cdce93 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -350,7 +350,6 @@ struct module | |||
350 | /* Reference counts */ | 350 | /* Reference counts */ |
351 | struct module_ref ref[NR_CPUS]; | 351 | struct module_ref ref[NR_CPUS]; |
352 | #endif | 352 | #endif |
353 | |||
354 | }; | 353 | }; |
355 | #ifndef MODULE_ARCH_INIT | 354 | #ifndef MODULE_ARCH_INIT |
356 | #define MODULE_ARCH_INIT {} | 355 | #define MODULE_ARCH_INIT {} |