From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [v2 PATCH 20/20][SCSI] mpt3sas: Adding support for MPT3SAS_MINOR(222) Date: Fri, 30 Nov 2012 07:58:10 +0530 Message-ID: <20121130022810.GA10330@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from na3sys009aog116.obsmtp.com ([74.125.149.240]:56267 "EHLO na3sys009aog116.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754456Ab2K2PaD (ORCPT ); Thu, 29 Nov 2012 10:30:03 -0500 Content-Disposition: inline Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: linux-scsi@vger.kernel.org, jejb@kernel.org, Nagalakshmi.Nandigama@lsi.com, sreekanth.reddy@lsi.com Cc: Sathya.Prakash@lsi.com Adding support for MPT3SAS_MINOR(222) Signed-off-by: Sreekanth Reddy Reviewed-by: Nagalakshmi Nandigama --- diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index 0549d211..9c9ba04 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 HPET_MINOR 228 #define FUSE_MINOR 229