diff options
| author | Eric Moore <[email protected]> | 2009-03-09 07:27:49 +0000 |
|---|---|---|
| committer | James Bottomley <[email protected]> | 2009-03-13 20:57:40 +0000 |
| commit | dec3f95959bff957f5bcbf16c2a2823f7e33d1e7 (patch) | |
| tree | 0cf6e052a5407f545bdc177aaccbdfd8e08d2374 | |
| parent | [SCSI] ch: Add scsi type modalias (diff) | |
| download | kernel-dec3f95959bff957f5bcbf16c2a2823f7e33d1e7.tar.gz kernel-dec3f95959bff957f5bcbf16c2a2823f7e33d1e7.zip | |
[SCSI] mpt2sas: add MPT2SAS_MINOR(221) to miscdevice.h
Signed-off-by: Eric Moore <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
| -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 a820f816a49e..beb6ec99cfef 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -26,6 +26,7 @@ #define TUN_MINOR 200 #define MWAVE_MINOR 219 /* ACP/Mwave Modem */ #define MPT_MINOR 220 +#define MPT2SAS_MINOR 221 #define HPET_MINOR 228 #define FUSE_MINOR 229 #define KVM_MINOR 232 |
