summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-18 21:10:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-18 21:10:04 +0000
commit0f4ad5709fa2fb37cf95bc53c805fc0343e13c25 (patch)
tree8a659a80b64218a0a94aa5c90a9f1ab5b52e4003 /c
parent2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-0f4ad5709fa2fb37cf95bc53c805fc0343e13c25.tar.bz2
2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/serial/ns16550_p.h: Remove prototype with no implementation.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sparc/shared/bspgetworkarea.c5
-rw-r--r--c/src/libchip/serial/ns16550_p.h2
3 files changed, 7 insertions, 4 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 4f97b49f80..9daca0f8c4 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,9 @@
2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
+
+2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
libchip/shmdr/shm_driver.h: Cleanup and remove variables which
duplicated data.
diff --git a/c/src/lib/libbsp/sparc/shared/bspgetworkarea.c b/c/src/lib/libbsp/sparc/shared/bspgetworkarea.c
index 4c93781241..9b92eb6b3e 100644
--- a/c/src/lib/libbsp/sparc/shared/bspgetworkarea.c
+++ b/c/src/lib/libbsp/sparc/shared/bspgetworkarea.c
@@ -15,6 +15,9 @@
#include <bsp.h>
#include <bsp/bootcard.h>
+/* Tells us where to put the workspace in case remote debugger is present. */
+extern uint32_t rdb_start;
+
/*
* This method returns the base address and size of the area which
* is to be allocated between the RTEMS Workspace and the C Program
@@ -27,8 +30,6 @@ void bsp_get_work_area(
ssize_t *heap_size
)
{
- /* Tells us where to put the workspace in case remote debugger is present. */
- extern uint32_t rdb_start;
/* must be identical to STACK_SIZE in start.S */
#define STACK_SIZE (16 * 1024)
diff --git a/c/src/libchip/serial/ns16550_p.h b/c/src/libchip/serial/ns16550_p.h
index 57c386384d..480d3ea5e1 100644
--- a/c/src/libchip/serial/ns16550_p.h
+++ b/c/src/libchip/serial/ns16550_p.h
@@ -165,8 +165,6 @@ typedef struct _ns16550_context
* Driver functions
*/
-NS16550_STATIC bool ns16550_probe(int minor);
-
NS16550_STATIC void ns16550_init(int minor);
NS16550_STATIC int ns16550_open(