summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libchip/serial/serial.h2
-rw-r--r--c/src/libchip/serial/serial.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/c/src/lib/libchip/serial/serial.h b/c/src/lib/libchip/serial/serial.h
index 6f3dae7919..dd689d0b75 100644
--- a/c/src/lib/libchip/serial/serial.h
+++ b/c/src/lib/libchip/serial/serial.h
@@ -145,8 +145,6 @@ typedef struct _console_tbl {
typedef struct _console_data {
void *termios_data;
volatile boolean bActive;
- volatile Ring_buffer_t TxBuffer; /* XXX remove usage from drivers */
- /* XXX only the ns16550 uses this now */
/*
* This field may be used for any purpose required by the driver
*/
diff --git a/c/src/libchip/serial/serial.h b/c/src/libchip/serial/serial.h
index 6f3dae7919..dd689d0b75 100644
--- a/c/src/libchip/serial/serial.h
+++ b/c/src/libchip/serial/serial.h
@@ -145,8 +145,6 @@ typedef struct _console_tbl {
typedef struct _console_data {
void *termios_data;
volatile boolean bActive;
- volatile Ring_buffer_t TxBuffer; /* XXX remove usage from drivers */
- /* XXX only the ns16550 uses this now */
/*
* This field may be used for any purpose required by the driver
*/