summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-10-12 08:22:31 +0000
committerphk <phk@FreeBSD.org>2004-10-12 08:22:31 +0000
commit2cf84d29b33a150073f57a689234ed297a9f2371 (patch)
treebe331ded9a9739089177bc6baacb39615b5471e1 /sys/dev/uart/uart_bus.h
parent038474294c66e7c46a50042808644be7c52d4d12 (diff)
downloadFreeBSD-src-2cf84d29b33a150073f57a689234ed297a9f2371.zip
FreeBSD-src-2cf84d29b33a150073f57a689234ed297a9f2371.tar.gz
Use generic tty code instead of (comparatively little) local copies.
Diffstat (limited to 'sys/dev/uart/uart_bus.h')
-rw-r--r--sys/dev/uart/uart_bus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_bus.h b/sys/dev/uart/uart_bus.h
index a82dd06..4a2d8aa 100644
--- a/sys/dev/uart/uart_bus.h
+++ b/sys/dev/uart/uart_bus.h
@@ -145,7 +145,6 @@ struct uart_softc {
union {
/* TTY specific data. */
struct {
- struct cdev *si[2]; /* We have 2 device special files. */
struct tty *tp;
} u_tty;
/* Keyboard specific data. */
OpenPOWER on IntegriCloud