diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-02-21 20:41:11 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-02-21 20:41:11 +0000 |
| commit | 8e1f1df0808acb885927a69c82d1af33e25060ad (patch) | |
| tree | b4c7c5f55a2681dc99feaf813fae3d32fabd502e /sys/dev/uart | |
| parent | b0b03348789e3dd9b271ed132b29adb8045293a7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_tty.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/uart/uart_tty.c b/sys/dev/uart/uart_tty.c index 6724ba759624..66ce71658e25 100644 --- a/sys/dev/uart/uart_tty.c +++ b/sys/dev/uart/uart_tty.c @@ -69,13 +69,9 @@ static d_ioctl_t uart_tty_ioctl; static struct cdevsw uart_cdevsw = { .d_open = uart_tty_open, .d_close = uart_tty_close, - .d_read = ttyread, - .d_write = ttywrite, .d_ioctl = uart_tty_ioctl, - .d_poll = ttypoll, .d_name = uart_driver_name, .d_flags = D_TTY, - .d_kqfilter = ttykqfilter, }; static struct uart_devinfo uart_console; |
