summaryrefslogtreecommitdiffstats
path: root/sys/dev/scd
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/scd')
-rw-r--r--sys/dev/scd/scd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c
index fd3a54d..1ab5afa 100644
--- a/sys/dev/scd/scd.c
+++ b/sys/dev/scd/scd.c
@@ -185,7 +185,7 @@ static d_ioctl_t scdioctl;
static d_strategy_t scdstrategy;
#define CDEV_MAJOR 45
-#define BDEV_MAJOR 16
+
static struct cdevsw scd_cdevsw = {
/* open */ scdopen,
/* close */ scdclose,
@@ -200,7 +200,6 @@ static struct cdevsw scd_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_DISK,
- /* bmaj */ BDEV_MAJOR
};
OpenPOWER on IntegriCloud