Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[pandora-kernel.git] / arch / parisc / include / asm / module.h
index c2cb49e..1f41234 100644 (file)
@@ -23,8 +23,10 @@ struct mod_arch_specific
 {
        unsigned long got_offset, got_count, got_max;
        unsigned long fdesc_offset, fdesc_count, fdesc_max;
-       unsigned long stub_offset, stub_count, stub_max;
-       unsigned long init_stub_offset, init_stub_count, init_stub_max;
+       struct {
+               unsigned long stub_offset;
+               unsigned int stub_entries;
+               } *section;
        int unwind_section;
        struct unwind_table *unwind;
 };