Commit fd1cfb2c authored by James Bottomley's avatar James Bottomley Committed by James Bottomley

[PATCH] add .module to qla1280 template

This was missing.  It needs to be added so the module tracking actually
works correctly for the driver.
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 8d8c37c7
......@@ -4641,6 +4641,7 @@ qla1280_get_token(char *str)
#if LINUX_VERSION_CODE >= 0x020600
static struct scsi_host_template qla1280_driver_template = {
.module = THIS_MODULE,
.proc_name = "qla1280",
.name = "Qlogic ISP 1280/12160",
.info = qla1280_info,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment