2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>

* libchip/serial/ns16550.c: Fix typo.
This commit is contained in:
Joel Sherrill
2008-09-22 21:51:15 +00:00
parent 54cf1198e3
commit 95ef82cb3c
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
* libchip/serial/ns16550.c: Fix typo.
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/serial/ns16550.c: Fix typo.
2008-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* libchip/serial/ns16550.c: Add not supported on arm even though it is

View File

@@ -595,7 +595,7 @@ NS16550_STATIC void ns16550_initialize_interrupts( int minor)
rtems_irq_connect_data cd = {
c->ulIntVector,
ns16550_isr,
(void *) minor
(void *) minor,
NULL,
NULL,
NULL,