summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2024-01-16 21:21:26 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2024-02-27 14:13:14 +0100
commitd6242196b57e3dc1c29e7b62dc4233b10d65e884 (patch)
treec4490c00abff30edc4c589bf7ed16e0126c2b5ed /bsps
parentbsp/qoriq: Remove superfluous include (diff)
downloadrtems-d6242196b57e3dc1c29e7b62dc4233b10d65e884.tar.bz2
bsp/qoriq: Use more specific include
Diffstat (limited to 'bsps')
-rw-r--r--bsps/powerpc/qoriq/console/uart-bridge-master.c1
-rw-r--r--bsps/powerpc/qoriq/include/bsp/uart-bridge.h2
2 files changed, 2 insertions, 1 deletions
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>