diff options
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/assembler.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-arm/assembler.h b/include/asm-arm/assembler.h index d53bafa..930dd90 100644 --- a/include/asm-arm/assembler.h +++ b/include/asm-arm/assembler.h @@ -74,12 +74,6 @@ #endif /* - * Build a return instruction for this processor type. - */ -#define RETINSTR(instr, regs...)\ - instr regs - -/* * Enable and disable interrupts */ #if __LINUX_ARM_ARCH__ >= 6 |