xtensa: remove XTENSA_ERR_NORET
It is not being used anywhere, so remove. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
bd3c76c88d
commit
a64eec6aae
|
@ -100,8 +100,6 @@ extern void z_irq_priority_set(uint32_t irq, uint32_t prio, uint32_t flags);
|
||||||
Z_ISR_DECLARE(irq_p, flags_p, isr_p, isr_param_p); \
|
Z_ISR_DECLARE(irq_p, flags_p, isr_p, isr_param_p); \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define XTENSA_ERR_NORET
|
|
||||||
|
|
||||||
extern uint32_t sys_clock_cycle_get_32(void);
|
extern uint32_t sys_clock_cycle_get_32(void);
|
||||||
|
|
||||||
static inline uint32_t arch_k_cycle_get_32(void)
|
static inline uint32_t arch_k_cycle_get_32(void)
|
||||||
|
|
Loading…
Reference in a new issue