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:
Joel Sherrill
2014-10-09 15:35:10 -05:00
parent e160e41361
commit ef4c4612e2
33 changed files with 178 additions and 132 deletions

View File

@@ -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");