From: Matthew Garrett We need scsi_bus_type in order to be able to bind ata devices against acpi devices. Export it from the scsi core. Signed-off-by: Matthew Garrett Acked-by: Holger Macht --- drivers/scsi/scsi_priv.h | 1 - include/scsi/scsi.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) Index: linux/drivers/scsi/scsi_priv.h =================================================================== --- linux.orig/drivers/scsi/scsi_priv.h +++ linux/drivers/scsi/scsi_priv.h @@ -134,7 +134,6 @@ extern int scsi_sysfs_target_initialize( extern struct scsi_transport_template blank_transport_template; extern void __scsi_remove_device(struct scsi_device *); -extern struct bus_type scsi_bus_type; extern const struct attribute_group *scsi_sysfs_shost_attr_groups[]; /* scsi_netlink.c */ Index: linux/include/scsi/scsi.h =================================================================== --- linux.orig/include/scsi/scsi.h +++ linux/include/scsi/scsi.h @@ -187,6 +187,8 @@ struct scsi_cmnd; #define SCSI_MAX_VARLEN_CDB_SIZE 260 +extern struct bus_type scsi_bus_type; + /* defined in T10 SCSI Primary Commands-2 (SPC2) */ struct scsi_varlen_cdb_hdr { __u8 opcode; /* opcode always == VARIABLE_LENGTH_CMD */ -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html