summaryrefslogtreecommitdiffstats
path: root/sys/dev/rp/rp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/rp/rp.c')
-rw-r--r--sys/dev/rp/rp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/rp/rp.c b/sys/dev/rp/rp.c
index 98ae4a7..1088de2 100644
--- a/sys/dev/rp/rp.c
+++ b/sys/dev/rp/rp.c
@@ -574,10 +574,8 @@ static d_ioctl_t rpioctl;
struct cdevsw rp_cdevsw = {
.d_open = rpopen,
.d_close = rpclose,
- .d_read = ttyread,
.d_write = rpwrite,
.d_ioctl = rpioctl,
- .d_poll = ttypoll,
.d_name = "rp",
.d_flags = D_TTY,
};
OpenPOWER on IntegriCloud