[ARM] 4486/1: ns9xxx: fix a typo in the register definitions.
[firefly-linux-kernel-4.4.55.git] / include / asm-arm / arch-ns9xxx / entry-macro.S
index 467a1986d2594f66dad11a955eb6bd7f0a77d9b2..86aec87303e46c2d2b1be533348d6d745f050731 100644 (file)
 #include <asm/hardware.h>
 #include <asm/arch-ns9xxx/regs-sys.h>
 
+               .macro  get_irqnr_preamble, base, tmp
+               .endm
+
+               .macro  arch_ret_to_user, tmp1, tmp2
+               .endm
+
                .macro  get_irqnr_and_base, irqnr, irqstat, base, tmp
                ldr     \base, =SYS_ISRADDR
                ldr     \irqstat, [\base, #(SYS_ISA - SYS_ISRADDR)]