On Wednesday 18 July 2012 08:46:59 David Howells wrote: > --- a/arch/blackfin/Kconfig > +++ b/arch/blackfin/Kconfig > @@ -40,6 +40,7 @@ config BLACKFIN > select HAVE_NMI_WATCHDOG if NMI_WATCHDOG > select GENERIC_SMP_IDLE_THREAD > select ARCH_USES_GETTIMEOFFSET if !GENERIC_CLOCKEVENTS > + select HAVE_MOD_ARCH_SPECIFIC > > config GENERIC_CSUM > def_bool y > --- a/arch/blackfin/include/asm/module.h > +++ b/arch/blackfin/include/asm/module.h > @@ -7,9 +7,7 @@ > #ifndef _ASM_BFIN_MODULE_H > #define _ASM_BFIN_MODULE_H > > -#define Elf_Shdr Elf32_Shdr > -#define Elf_Sym Elf32_Sym > -#define Elf_Ehdr Elf32_Ehdr > +#include <asm-generic/module.h> > > struct mod_arch_specific { > Elf_Shdr *text_l1; looks sane to me -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.