diff options
| author | Sreekanth Reddy <Sreekanth.Reddy@lsi.com> | 2012-11-30 07:58:10 +0530 | 
|---|---|---|
| committer | James Bottomley <JBottomley@Parallels.com> | 2012-12-01 10:07:54 +0000 | 
| commit | 78ad724ade23c66650dcaba04f4d2307c2884c69 (patch) | |
| tree | 8fca86b024c3ab4249c4c3b6ae2630c064037471 | |
| parent | a82d3f6f7d70bf86eb32164e8e4534117015b338 (diff) | |
| download | olio-linux-3.10-78ad724ade23c66650dcaba04f4d2307c2884c69.tar.xz olio-linux-3.10-78ad724ade23c66650dcaba04f4d2307c2884c69.zip  | |
[SCSI] miscdevice: Adding support for MPT3SAS_MINOR(222)
Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
Reviewed-by: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
| -rw-r--r-- | include/linux/miscdevice.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index e0deeb2cc93..09c2300ddb3 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -34,6 +34,7 @@  #define MWAVE_MINOR		219	/* ACP/Mwave Modem */  #define MPT_MINOR		220  #define MPT2SAS_MINOR		221 +#define MPT3SAS_MINOR		222  #define UINPUT_MINOR		223  #define MISC_MCELOG_MINOR	227  #define HPET_MINOR		228  |