]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/module.h
PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle
[karo-tx-linux.git] / include / linux / module.h
index 505f20dcc1c7bcc4c19aab80e7d1353c5970b4c4..098bdb7bfacf1dd4a69bf3701e39144b847791df 100644 (file)
@@ -363,6 +363,12 @@ struct module
        local_t ref;
 #endif
 #endif
+
+#ifdef CONFIG_CONSTRUCTORS
+       /* Constructor functions. */
+       ctor_fn_t *ctors;
+       unsigned int num_ctors;
+#endif
 };
 #ifndef MODULE_ARCH_INIT
 #define MODULE_ARCH_INIT {}