Following 462557a pnfs-block: Remove device creation from kernel exporting block_class is not needed anymore. This reverts commit f0004c24a5c923af2eba64506055bb83882bcf0e. Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- block/genhd.c | 1 - drivers/scsi/hosts.c | 1 + 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/genhd.c b/block/genhd.c index 4b48172..59a2db6 100644 --- a/block/genhd.c +++ b/block/genhd.c @@ -1009,7 +1009,6 @@ static void disk_release(struct device *dev) struct class block_class = { .name = "block", }; -EXPORT_SYMBOL(block_class); static char *block_devnode(struct device *dev, mode_t *mode) { diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c index 0a121f8..7958885 100644 --- a/drivers/scsi/hosts.c +++ b/drivers/scsi/hosts.c @@ -54,6 +54,7 @@ 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.2.2 -- 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