commit | df64d3caab8db6ae17dacd229a03d7689a10c432 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@suse.de> | Tue Jul 27 15:51:13 2010 -0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Wed Jul 28 09:07:49 2010 -0500 |
tree | 247fe4f9f39b22186e42e7f4687dd62c2690e47b | |
parent | 653c42d552d0fd0b05485442aed45dd2d62269c0 [diff] |
[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>