From: James Bottomley Date: Tue, 27 Jul 2010 20:51:13 +0000 (-0500) Subject: [SCSI] Unify SAM_ and SAM_STAT_ macros X-Git-Tag: v2.6.36-rc1~570^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df64d3caab8db6ae17dacd229a03d7689a10c432;p=pandora-kernel.git [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 --- Reading git-diff-tree failed