Merge branch 'devel-stable' into for-linus

This commit is contained in:
Russell King
2016-10-06 08:57:07 +01:00
3 changed files with 144 additions and 102 deletions

View File

@@ -23,10 +23,8 @@ struct mod_arch_specific {
struct unwind_table *unwind[ARM_SEC_MAX];
#endif
#ifdef CONFIG_ARM_MODULE_PLTS
struct elf32_shdr *core_plt;
struct elf32_shdr *init_plt;
int core_plt_count;
int init_plt_count;
struct elf32_shdr *plt;
int plt_count;
#endif
};