remove unused function declarations
This commit is contained in:
parent
03ebd19a74
commit
0af3666882
|
@ -22,7 +22,6 @@
|
||||||
#define MAX_INTR (GS232_NR_IRQS)
|
#define MAX_INTR (GS232_NR_IRQS)
|
||||||
|
|
||||||
static struct rt_irq_desc irq_handle_table[MAX_INTR];
|
static struct rt_irq_desc irq_handle_table[MAX_INTR];
|
||||||
void rt_interrupt_dispatch(void *ptreg);
|
|
||||||
void rt_hw_timer_handler();
|
void rt_hw_timer_handler();
|
||||||
|
|
||||||
static struct gs232_intc_regs volatile *gs232_hw0_icregs
|
static struct gs232_intc_regs volatile *gs232_hw0_icregs
|
||||||
|
|
Loading…
Reference in New Issue