summaryrefslogtreecommitdiff
path: root/sys/i386/isa/wt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/wt.c')
-rw-r--r--sys/i386/isa/wt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/isa/wt.c b/sys/i386/isa/wt.c
index 22257f7eb030..941fc082f403 100644
--- a/sys/i386/isa/wt.c
+++ b/sys/i386/isa/wt.c
@@ -184,7 +184,6 @@ static d_close_t wtclose;
static d_ioctl_t wtioctl;
static d_strategy_t wtstrategy;
-#define CDEV_MAJOR 10
static struct cdevsw wt_cdevsw = {
.d_open = wtopen,
@@ -194,7 +193,6 @@ static struct cdevsw wt_cdevsw = {
.d_ioctl = wtioctl,
.d_strategy = wtstrategy,
.d_name = "wt",
- .d_maj = CDEV_MAJOR,
};