struct scsi_host_template rts51x_host_template = { /* basic userland interface stuff */ .name = RTS51X_NAME, @@ -2129,3 +2131,46 @@ struct scsi_host_template rts51x_host_template = { /* module management */ .module = THIS_MODULE ...
Out of curiousity, is there a reason why this would not also be added toscsi_host_template? Signed-off-by: Hannes Reinecke <h...@suse.com> --- drivers/scsi/scsi_lib.c | 1 + include/scsi/scsi_host.h | 6 +++++ 2 files changed, 7 insertions(+) diff --git a/drivers/scsi/scsi...