libchip/serial: Fix warning

This commit is contained in:
Sebastian Huber
2015-03-05 10:05:49 +01:00
parent b4fa5a5246
commit 5155069b23

View File

@@ -136,8 +136,7 @@ NS16550_STATIC int ns16550_set_attributes(
NS16550_STATIC void ns16550_isr(void *arg); NS16550_STATIC void ns16550_isr(void *arg);
#endif #endif
static rtems_interrupt_lock ns16550_lock = RTEMS_INTERRUPT_LOCK_DEFINE(static, ns16550_lock, "NS16550")
RTEMS_INTERRUPT_LOCK_INITIALIZER("NS16550");
/* /*
* Flow control is only supported when using interrupts * Flow control is only supported when using interrupts