From: Boaz Harrosh Date: Wed, 6 Feb 2008 13:38:33 +0000 (+0200) Subject: [SCSI] aic94xx: fix ABORT_TASK define conflict X-Git-Tag: v2.6.25-rc2~46^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90b0c41829450d60da388edcd346c5b31371e7be;p=pandora-kernel.git [SCSI] aic94xx: fix ABORT_TASK define conflict 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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed