summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sab/sab.c1
-rw-r--r--sys/dev/zs/zs.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/sab/sab.c b/sys/dev/sab/sab.c
index 362e8b7..0944637 100644
--- a/sys/dev/sab/sab.c
+++ b/sys/dev/sab/sab.c
@@ -167,7 +167,6 @@ static struct cdevsw sabtty_cdevsw = {
.d_ioctl = sabttyioctl,
.d_poll = ttypoll,
.d_name = "sabtty",
- .d_maj = MAJOR_AUTO,
.d_flags = D_TTY,
.d_kqfilter = ttykqfilter,
};
diff --git a/sys/dev/zs/zs.c b/sys/dev/zs/zs.c
index d901e10..5a04a0e 100644
--- a/sys/dev/zs/zs.c
+++ b/sys/dev/zs/zs.c
@@ -157,7 +157,6 @@ static struct cdevsw zstty_cdevsw = {
.d_ioctl = zsttyioctl,
.d_poll = ttypoll,
.d_name = "zstty",
- .d_maj = MAJOR_AUTO,
.d_flags = D_TTY,
.d_kqfilter = ttykqfilter,
};
OpenPOWER on IntegriCloud