[rtems commit] bsp/qoriq: Use more specific include

Sebastian Huber sebh at rtems.org
Tue Feb 27 13:16:21 UTC 2024


Module:    rtems
Branch:    master
Commit:    d6242196b57e3dc1c29e7b62dc4233b10d65e884
Changeset: http://git.rtems.org/rtems/commit/?id=d6242196b57e3dc1c29e7b62dc4233b10d65e884

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jan 16 21:21:26 2024 +0100

bsp/qoriq: Use more specific include

---

 bsps/powerpc/qoriq/console/uart-bridge-master.c | 1 +
 bsps/powerpc/qoriq/include/bsp/uart-bridge.h    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bsps/powerpc/qoriq/console/uart-bridge-master.c b/bsps/powerpc/qoriq/console/uart-bridge-master.c
index a6a87881d8..c468b05855 100644
--- a/bsps/powerpc/qoriq/console/uart-bridge-master.c
+++ b/bsps/powerpc/qoriq/console/uart-bridge-master.c
@@ -41,6 +41,7 @@
 
 #include <bspopts.h>
 #include <bsp/uart-bridge.h>
+#include <rtems/termiostypes.h>
 
 #define TRANSMIT_EVENT RTEMS_EVENT_13
 
diff --git a/bsps/powerpc/qoriq/include/bsp/uart-bridge.h b/bsps/powerpc/qoriq/include/bsp/uart-bridge.h
index 1bab9c1b08..3b243fd245 100644
--- a/bsps/powerpc/qoriq/include/bsp/uart-bridge.h
+++ b/bsps/powerpc/qoriq/include/bsp/uart-bridge.h
@@ -36,7 +36,7 @@
 #ifndef LIBBSP_POWERPC_QORIQ_UART_BRIDGE_H
 #define LIBBSP_POWERPC_QORIQ_UART_BRIDGE_H
 
-#include <rtems/termiostypes.h>
+#include <rtems/termiosdevice.h>
 
 #include <bsp/intercom.h>
 



More information about the vc mailing list