Message ID | 1363fd163b64fafa016d970e4d07eecf30aad319.1307464382.git.rees@umich.edu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.