From: Tadeusz Struk <tadeusz.struk@intel.com>
To: kbuild test robot <fengguang.wu@intel.com>
Cc: kbuild-all@01.org, Herbert Xu <herbert@gondor.apana.org.au>,
linux-crypto@vger.kernel.org
Subject: Re: [cryptodev:master 119/123] include/linux/pci.h:389:12: error: 'struct pci_dev' has no member named 'physfn'
Date: Mon, 10 Aug 2015 12:06:56 -0700 [thread overview]
Message-ID: <55C8F650.707@intel.com> (raw)
In-Reply-To: <201508110230.YCHwvKep%fengguang.wu@intel.com>
On 08/10/2015 11:47 AM, kbuild test robot wrote:
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
> head: 9cfaf082b8775e9f99fa5f2e8b2ae0ca8baff785
> commit: dd0f368398ea100e34259bf812bc482e15c81991 [119/123] crypto: qat - Add qat dh895xcc VF driver
> config: sh-allyesconfig (attached as .config)
> reproduce:
> wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> git checkout dd0f368398ea100e34259bf812bc482e15c81991
> # save the attached .config to linux build tree
> make.cross ARCH=sh
>
> All error/warnings (new ones prefixed by >>):
>
> In file included from drivers/media/common/b2c2/flexcop-common.h:10:0,
> from drivers/media/usb/b2c2/flexcop-usb.c:8:
> include/linux/pci.h: In function 'pci_physfn':
>>> >> include/linux/pci.h:389:12: error: 'struct pci_dev' has no member named 'physfn'
> vim +389 include/linux/pci.h
>
> ^1da177e Linus Torvalds 2005-04-16 383 };
> ^1da177e Linus Torvalds 2005-04-16 384
> dda56549 Yinghai 2010-04-09 385 static inline struct pci_dev *pci_physfn(struct pci_dev *dev)
> dda56549 Yinghai 2010-04-09 386 {
> dda56549 Yinghai 2010-04-09 387 #ifdef CONFIG_PCI_IOV
> dda56549 Yinghai 2010-04-09 388 if (dev->is_virtfn)
> dda56549 Yinghai 2010-04-09 @389 dev = dev->physfn;
> dda56549 Yinghai 2010-04-09 390 #endif
> dda56549 Yinghai 2010-04-09 391 return dev;
> dda56549 Yinghai 2010-04-09 392 }
Sorry, but what commit dd0f368398ea100e34259bf812bc482e15c81991 crypto: qat - Add qat dh895xcc VF driver
has to do with drivers/media/usb/b2c2/flexcop-usb.c?
next parent reply other threads:[~2015-08-10 19:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <201508110230.YCHwvKep%fengguang.wu@intel.com>
2015-08-10 19:06 ` Tadeusz Struk [this message]
2015-08-10 22:24 ` [kbuild-all] [cryptodev:master 119/123] include/linux/pci.h:389:12: error: 'struct pci_dev' has no member named 'physfn' Fengguang Wu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55C8F650.707@intel.com \
--to=tadeusz.struk@intel.com \
--cc=fengguang.wu@intel.com \
--cc=herbert@gondor.apana.org.au \
--cc=kbuild-all@01.org \
--cc=linux-crypto@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.