diff options
| -rw-r--r-- | drivers/scsi/wd719x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/wd719x.c b/drivers/scsi/wd719x.c index 7702664d7ed3..289ad016d925 100644 --- a/drivers/scsi/wd719x.c +++ b/drivers/scsi/wd719x.c | |||
| @@ -870,6 +870,7 @@ fail_free_params: | |||
| 870 | } | 870 | } |
| 871 | 871 | ||
| 872 | static struct scsi_host_template wd719x_template = { | 872 | static struct scsi_host_template wd719x_template = { |
| 873 | .module = THIS_MODULE, | ||
| 873 | .name = "Western Digital 719x", | 874 | .name = "Western Digital 719x", |
| 874 | .queuecommand = wd719x_queuecommand, | 875 | .queuecommand = wd719x_queuecommand, |
| 875 | .eh_abort_handler = wd719x_abort, | 876 | .eh_abort_handler = wd719x_abort, |
