]> err.no Git - linux-2.6/blobdiff - drivers/scsi/st.c
[SCSI] megaraid_sas: switch fw_outstanding to an atomic_t
[linux-2.6] / drivers / scsi / st.c
index 31c6eefba9d695ca58dd20e7017904dff850d8d4..d40e7c871c363274ec739314cb159aee32c3bd8a 100644 (file)
@@ -86,8 +86,9 @@ static int st_nr_dev;
 static struct class *st_sysfs_class;
 
 MODULE_AUTHOR("Kai Makisara");
-MODULE_DESCRIPTION("SCSI Tape Driver");
+MODULE_DESCRIPTION("SCSI tape (st) driver");
 MODULE_LICENSE("GPL");
+MODULE_ALIAS_CHARDEV_MAJOR(SCSI_TAPE_MAJOR);
 
 /* Set 'perm' (4th argument) to 0 to disable module_param's definition
  * of sysfs parameters (which module_param doesn't yet support).