summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bsppost.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 21:18:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 21:18:05 +0000
commit371c30d5561685221ad97a3b8dca197d91006453 (patch)
tree7f206f978082f10067ce77befd39d72c89ed0495 /c/src/lib/libbsp/shared/bsppost.c
parent2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-371c30d5561685221ad97a3b8dca197d91006453.tar.bz2
2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsppost.c: Fix warning by moving prototype to libcsupport.h.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/shared/bsppost.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/shared/bsppost.c b/c/src/lib/libbsp/shared/bsppost.c
index 936c2969ca..3c8c1a2784 100644
--- a/c/src/lib/libbsp/shared/bsppost.c
+++ b/c/src/lib/libbsp/shared/bsppost.c
@@ -15,12 +15,10 @@
*/
#include <rtems.h>
-#include <rtems/libio.h>
+#include <rtems/libcsupport.h>
#include <fcntl.h>
void bsp_postdriver_hook(void)
{
- extern void open_dev_console(void);
-
open_dev_console();
}