mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2024-12-19 01:37:12 +00:00
[SCSI] fix incorrect value of SCSI_MAX_SG_CHAIN_SEGMENTS due to include file ordering
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 <dillowda@ornl.gov> Cc: stable@kernel.org Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
97b991277a
commit
ac61c46f4f
@ -9,6 +9,7 @@
|
||||
#define _SCSI_SCSI_H
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/scatterlist.h>
|
||||
|
||||
struct scsi_cmnd;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user