diff options
Diffstat (limited to 'sys/cam/scsi/scsi_ses.c')
-rw-r--r-- | sys/cam/scsi/scsi_ses.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_ses.c b/sys/cam/scsi/scsi_ses.c index f42a4b3..7e4b818 100644 --- a/sys/cam/scsi/scsi_ses.c +++ b/sys/cam/scsi/scsi_ses.c @@ -190,7 +190,6 @@ static struct cdevsw ses_cdevsw = /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* bmaj */ -1 }; static struct extend_array *sesperiphs; |