mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
[SCSI] scsi_transport.h should include scsi_device.h
scsi_transport.h defines the inline function scsi_transport_device_data() that dereferences a pointer of "struct scsi_device *". Since the struct is not known by the header this might break compilation. Include scsi/scsi_device.h to not rely on users doing the correct magic include order. Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
e790b3dd2b
commit
a9b7320294
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include <linux/transport_class.h>
|
#include <linux/transport_class.h>
|
||||||
#include <scsi/scsi_host.h>
|
#include <scsi/scsi_host.h>
|
||||||
|
#include <scsi/scsi_device.h>
|
||||||
|
|
||||||
struct scsi_transport_template {
|
struct scsi_transport_template {
|
||||||
/* the attribute containers */
|
/* the attribute containers */
|
||||||
|
Loading…
Reference in New Issue
Block a user