diff options
Diffstat (limited to 'arch/powerpc/include/asm/module.h')
| -rw-r--r-- | arch/powerpc/include/asm/module.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/include/asm/module.h b/arch/powerpc/include/asm/module.h index a8e2e8339fb7..300c777cc307 100644 --- a/arch/powerpc/include/asm/module.h +++ b/arch/powerpc/include/asm/module.h @@ -48,11 +48,6 @@ struct mod_arch_specific {  	unsigned long tramp;  	unsigned long tramp_regs;  #endif - -	/* List of BUG addresses, source line numbers and filenames */ -	struct list_head bug_list; -	struct bug_entry *bug_table; -	unsigned int num_bugs;  };  /*  |