From: David Dillow Date: Sun, 16 Jan 2011 20:12:39 +0000 (-0500) Subject: fix incorrect value of SCSI_MAX_SG_CHAIN_SEGMENTS due to include file ordering X-Git-Tag: v2.6.37.1~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0cf973a6813b48d950d4e82e6b063dc6f912a4;p=pandora-kernel.git fix incorrect value of SCSI_MAX_SG_CHAIN_SEGMENTS due to include file ordering commit ac61c46f4f7665ab4548e90430c37b2529e16cff upstream. If the compiled object doesn't include linux/scatterlist.h before scsi/scsi.h, it will get an incorrect definition of SCSI_MAX_SG_CHAIN_SEGMENTS. Signed-off-by: David Dillow Signed-off-by: James Bottomley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed