From 0f4ad5709fa2fb37cf95bc53c805fc0343e13c25 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Dec 2008 21:10:04 +0000 Subject: 2008-12-18 Joel Sherrill * libchip/serial/ns16550_p.h: Remove prototype with no implementation. --- c/src/ChangeLog | 4 ++++ c/src/lib/libbsp/sparc/shared/bspgetworkarea.c | 5 +++-- c/src/libchip/serial/ns16550_p.h | 2 -- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 4f97b49f80..9daca0f8c4 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2008-12-18 Joel Sherrill + + * libchip/serial/ns16550_p.h: Remove prototype with no implementation. + 2008-12-18 Joel Sherrill * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c, 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 #include +/* 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( -- cgit v1.2.3