[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)
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>

No differences found