[rtems commit] m68k/mcf5235: Remove include of <rtems/console.h> from < bsp.h> and fix warnings
Joel Sherrill
joel at rtems.org
Tue Mar 29 20:29:10 UTC 2016
Module: rtems
Branch: master
Commit: fb31ec0b605e794569985c36a16d407555008f2d
Changeset: http://git.rtems.org/rtems/commit/?id=fb31ec0b605e794569985c36a16d407555008f2d
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Mar 29 13:10:51 2016 -0500
m68k/mcf5235: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
---
c/src/lib/libbsp/m68k/mcf5235/console/console.c | 9 +++++----
c/src/lib/libbsp/m68k/mcf5235/include/bsp.h | 1 -
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/c/src/lib/libbsp/m68k/mcf5235/console/console.c b/c/src/lib/libbsp/m68k/mcf5235/console/console.c
index b543765..9a79925 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/console/console.c
+++ b/c/src/lib/libbsp/m68k/mcf5235/console/console.c
@@ -6,14 +6,15 @@
#include <stdio.h>
#include <fcntl.h>
-#include <rtems/libio.h>
-#include <rtems/termiostypes.h>
#include <termios.h>
-#include <bsp.h>
#include <malloc.h>
-#include <rtems/mw_uid.h>
+#include <rtems/libio.h>
+#include <rtems/termiostypes.h>
+#include <rtems/mw_uid.h>
#include <rtems/bspIo.h>
+#include <rtems/console.h>
+#include <bsp.h>
#define UART_INTC0_IRQ_VECTOR(x) (64+13+(x))
diff --git a/c/src/lib/libbsp/m68k/mcf5235/include/bsp.h b/c/src/lib/libbsp/m68k/mcf5235/include/bsp.h
index 9ef9da4..09ab2b6 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mcf5235/include/bsp.h
@@ -9,7 +9,6 @@
#include <bsp/default-initial-extension.h>
#include <rtems.h>
#include <rtems/iosupp.h>
-#include <rtems/console.h>
#include <rtems/iosupp.h>
#include <rtems/bspIo.h>
More information about the vc
mailing list