RE: [PATCH 09/12] [SCSI] qla4xxx: Use DECLARE_BITMAP

2015-05-20 Thread Nilesh Javali
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > Sent: Wednesday, May 20, 2015 7:08 AM > To: linux-kernel; Dept-Eng QLogic Storage Upstream > Cc: James E.J. Bottomley; linux-scsi > Subject: [PATCH 09/12] [SCSI] qla4xxx: Use DECLARE_BITMAP > > U

[PATCH 09/12] [SCSI] qla4xxx: Use DECLARE_BITMAP

2015-05-19 Thread Joe Perches
Use the generic mechanism to declare a bitmap instead of unsigned long. Signed-off-by: Joe Perches --- drivers/scsi/qla4xxx/ql4_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h index 8f6d0fb..32341ac 100644