diff options
Diffstat (limited to 'arch/s390/include/asm/module.h')
| -rw-r--r-- | arch/s390/include/asm/module.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/module.h b/arch/s390/include/asm/module.h index 1cc1c5af705..f0b6b26b6e5 100644 --- a/arch/s390/include/asm/module.h +++ b/arch/s390/include/asm/module.h @@ -28,7 +28,7 @@ struct mod_arch_specific  	struct mod_arch_syminfo *syminfo;  }; -#ifdef __s390x__ +#ifdef CONFIG_64BIT  #define ElfW(x) Elf64_ ## x  #define ELFW(x) ELF64_ ## x  #else  |