]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/module.h
Remove remaining unwinder code
[linux-2.6-omap-h63xx.git] / include / linux / module.h
index 3bfed013350b0e6bac488e7a91e77153926e37d8..03cb93d1865aaade4f0fe1d3f5478d6a4948c0ae 100644 (file)
@@ -294,9 +294,6 @@ struct module
        /* The size of the executable code in each section.  */
        unsigned int init_text_size, core_text_size;
 
-       /* The handle returned from unwind_add_table. */
-       void *unwind_info;
-
        /* Arch-specific module values */
        struct mod_arch_specific arch;