]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/nvme/host/pci.c
nvme/host: reference the fabric module for each bdev open callout
[karo-tx-linux.git] / drivers / nvme / host / pci.c
index f2f55b504cf2422aa46f6772bd351dd760c9809b..cb303ac91b9d876be1860c53d9b2a3275cf990e4 100644 (file)
@@ -2036,6 +2036,7 @@ static int nvme_pci_reset_ctrl(struct nvme_ctrl *ctrl)
 }
 
 static const struct nvme_ctrl_ops nvme_pci_ctrl_ops = {
+       .module                 = THIS_MODULE,
        .reg_read32             = nvme_pci_reg_read32,
        .reg_write32            = nvme_pci_reg_write32,
        .reg_read64             = nvme_pci_reg_read64,