diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-10-12 08:22:31 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-10-12 08:22:31 +0000 |
| commit | 79a8d927d3e282b5ac32be2fd986f08551c26bc3 (patch) | |
| tree | be331ded9a9739089177bc6baacb39615b5471e1 /sys/dev/uart/uart_bus.h | |
| parent | 5bd1ebd7d46af44e5963dd540cc667fb3b6deb11 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_bus.h')
| -rw-r--r-- | sys/dev/uart/uart_bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_bus.h b/sys/dev/uart/uart_bus.h index a82dd06e7b19..4a2d8aad71f3 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. */ |
