forked from Imagelibrary/rtems
arm/nds: Warning clean up
This patch eliminates most of the warnings in this BSP but attempts very little clean up. This BSP includes copies of a lot of code from free NDS libraries and modifications should be kept to a minimum.
This commit is contained in:
@@ -132,7 +132,9 @@ NS16550_STATIC int ns16550_set_attributes(
|
||||
const struct termios *t
|
||||
);
|
||||
|
||||
NS16550_STATIC void ns16550_isr(void *arg);
|
||||
#if defined(BSP_FEATURE_IRQ_EXTENSION) || defined(BSP_FEATURE_IRQ_LEGACY)
|
||||
NS16550_STATIC void ns16550_isr(void *arg);
|
||||
#endif
|
||||
|
||||
static rtems_interrupt_lock ns16550_lock =
|
||||
RTEMS_INTERRUPT_LOCK_INITIALIZER("NS16550");
|
||||
|
||||
Reference in New Issue
Block a user