[cryptodev:master 51/54] drivers/crypto/qat/qat_c62xvf/adf_drv.c:116:57: error: 'struct pci_dev' has no member named 'physfn'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
head:   161151d79ff4f7ed35d4ebb0eb7727a517c34ef2
commit: 3771df3cff7536da19cba2b4755ad628dc4bf371 [51/54] crypto: qat - add support for c62xvf accel type
config: i386-randconfig-x004-12092241 (attached as .config)
reproduce:
        git checkout 3771df3cff7536da19cba2b4755ad628dc4bf371
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/crypto/qat/qat_c62xvf/adf_drv.c: In function 'adf_cleanup_accel':
>> drivers/crypto/qat/qat_c62xvf/adf_drv.c:116:57: error: 'struct pci_dev' has no member named 'physfn'
     pf = adf_devmgr_pci_to_accel_dev(accel_pci_dev->pci_dev->physfn);
                                                            ^
   drivers/crypto/qat/qat_c62xvf/adf_drv.c: In function 'adf_probe':
   drivers/crypto/qat/qat_c62xvf/adf_drv.c:144:39: error: 'struct pci_dev' has no member named 'physfn'
     pf = adf_devmgr_pci_to_accel_dev(pdev->physfn);
                                          ^

vim +116 drivers/crypto/qat/qat_c62xvf/adf_drv.c

   110			}
   111			kfree(accel_dev->hw_device);
   112			accel_dev->hw_device = NULL;
   113		}
   114		adf_cfg_dev_remove(accel_dev);
   115		debugfs_remove(accel_dev->debugfs_dir);
 > 116		pf = adf_devmgr_pci_to_accel_dev(accel_pci_dev->pci_dev->physfn);
   117		adf_devmgr_rm_dev(accel_dev, pf);
   118	}
   119	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Kernel]     [Gnu Classpath]     [Gnu Crypto]     [DM Crypt]     [Netfilter]     [Bugtraq]

  Powered by Linux