[SCSI] Unify SAM_ and SAM_STAT_ macros
authorJames Bottomley <James.Bottomley@suse.de>
Tue, 27 Jul 2010 20:51:13 +0000 (15:51 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 28 Jul 2010 14:07:49 +0000 (09:07 -0500)
commitdf64d3caab8db6ae17dacd229a03d7689a10c432
tree247fe4f9f39b22186e42e7f4687dd62c2690e47b
parent653c42d552d0fd0b05485442aed45dd2d62269c0
[SCSI] Unify SAM_ and SAM_STAT_ macros

We have two separate definitions for identical constants with nearly the
same name.  One comes from the generic headers in scsi.h; the other is
an enum in libsas.h ... it's causing confusion about which one is
correct (fortunately they both are).

Fix this by eliminating the libsas.h duplicate

Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/aic94xx/aic94xx_task.c
drivers/scsi/libsas/sas_ata.c
drivers/scsi/libsas/sas_expander.c
drivers/scsi/libsas/sas_scsi_host.c
drivers/scsi/libsas/sas_task.c
drivers/scsi/mvsas/mv_sas.c
drivers/scsi/pm8001/pm8001_hwi.c
drivers/scsi/pm8001/pm8001_sas.c
include/scsi/libsas.h