summaryrefslogtreecommitdiffstats
path: root/sys/dev/ccd/ccd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ccd/ccd.c')
-rw-r--r--sys/dev/ccd/ccd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c
index 13964a3..57067f2 100644
--- a/sys/dev/ccd/ccd.c
+++ b/sys/dev/ccd/ccd.c
@@ -167,7 +167,6 @@ static d_psize_t ccdsize;
#define NCCDFREEHIWAT 16
#define CDEV_MAJOR 74
-#define BDEV_MAJOR 21
static struct cdevsw ccd_cdevsw = {
/* open */ ccdopen,
@@ -183,7 +182,6 @@ static struct cdevsw ccd_cdevsw = {
/* dump */ ccddump,
/* psize */ ccdsize,
/* flags */ D_DISK,
- /* bmaj */ BDEV_MAJOR
};
/* called during module initialization */
OpenPOWER on IntegriCloud