From: Fred Isaman <iisaman@xxxxxxxxxxxxxx> Signed-off-by: Fred Isaman <iisaman@xxxxxxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- drivers/scsi/hosts.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c index 4f7a582..7d91903 100644 --- a/drivers/scsi/hosts.c +++ b/drivers/scsi/hosts.c @@ -50,10 +50,11 @@ static void scsi_host_cls_release(struct device *dev) put_device(&class_to_shost(dev)->shost_gendev); } -static struct class shost_class = { +struct class shost_class = { .name = "scsi_host", .dev_release = scsi_host_cls_release, }; +EXPORT_SYMBOL(shost_class); /** * scsi_host_set_state - Take the given host through the host state model. -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html