[SCSI] aic94xx: fix ABORT_TASK define conflict
authorBoaz Harrosh <bharrosh@panasas.com>
Wed, 6 Feb 2008 13:38:33 +0000 (15:38 +0200)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 11 Feb 2008 19:36:31 +0000 (13:36 -0600)
include/scsi/scsi.h as a definition:
#define ABORT_TASK          0x0d

on the other hand drivers/scsi/aic94xx/aic94xx_sas.h has:
#define ABORT_TASK              0x03

rename the latter to SCB_ABORT_TASK

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

No differences found