diff options
Diffstat (limited to 'include/asm-arm/assembler.h')
-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 d53bafa9bf1c..930dd905f1eb 100644 --- a/include/asm-arm/assembler.h +++ b/include/asm-arm/assembler.h | |||
@@ -74,12 +74,6 @@ | |||
74 | #endif | 74 | #endif |
75 | 75 | ||
76 | /* | 76 | /* |
77 | * Build a return instruction for this processor type. | ||
78 | */ | ||
79 | #define RETINSTR(instr, regs...)\ | ||
80 | instr regs | ||
81 | |||
82 | /* | ||
83 | * Enable and disable interrupts | 77 | * Enable and disable interrupts |
84 | */ | 78 | */ |
85 | #if __LINUX_ARM_ARCH__ >= 6 | 79 | #if __LINUX_ARM_ARCH__ >= 6 |