diff options
Diffstat (limited to 'sys/dev/ata/atapi-tape.c')
-rw-r--r-- | sys/dev/ata/atapi-tape.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-tape.c b/sys/dev/ata/atapi-tape.c index c22fb8c..a5f3f42 100644 --- a/sys/dev/ata/atapi-tape.c +++ b/sys/dev/ata/atapi-tape.c @@ -62,7 +62,6 @@ static struct cdevsw ast_cdevsw = { /* dump */ nodump, /* psize */ nopsize, /* flags */ D_TAPE | D_TRACKCLOSE, - /* bmaj */ -1 }; /* prototypes */ |