All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Jim Davis <jim.epost@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next <linux-next@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	alan@linux.intel.com, linux-pcmcia@lists.infradead.org
Subject: Re: randconfig build error with next-20150113, in drivers/pcmcia/rsrc_pci.c
Date: Tue, 13 Jan 2015 10:11:59 -0800	[thread overview]
Message-ID: <20150113181159.GA15031@kroah.com> (raw)
In-Reply-To: <CA+r1ZhhATHDNKzk=T1aXimL8=pOa+92-D9RL7a18v+JT2UP_KQ@mail.gmail.com>

On Tue, Jan 13, 2015 at 11:08:30AM -0700, Jim Davis wrote:
> Building with the attached random configuration file,
> 
> drivers/pcmcia/rsrc_pci.c: In function ‘find_io_region’:
> drivers/pcmcia/rsrc_pci.c:40:2: error: implicit declaration of
> function ‘pci_bus_alloc_resource’
> [-Werror=implicit-function-declaration]
>   ret = pci_bus_alloc_resource(s->cb_dev->bus, res, num, 1,
>   ^
> drivers/pcmcia/rsrc_pci.c:40:40: error: dereferencing pointer to incomplete type
>   ret = pci_bus_alloc_resource(s->cb_dev->bus, res, num, 1,
>                                         ^
> drivers/pcmcia/rsrc_pci.c: In function ‘res_pci_find_mem’:
> drivers/pcmcia/rsrc_pci.c:144:40: error: dereferencing pointer to
> incomplete type
>   ret = pci_bus_alloc_resource(s->cb_dev->bus,
>                                         ^
> cc1: some warnings being treated as errors
> make[2]: *** [drivers/pcmcia/rsrc_pci.o] Error 1

I have a patch from Arnd to fix this that I'll queue up soon, thanks.

greg k-h

      reply	other threads:[~2015-01-13 18:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-13 18:08 randconfig build error with next-20150113, in drivers/pcmcia/rsrc_pci.c Jim Davis
2015-01-13 18:11 ` Greg Kroah-Hartman [this message]

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=20150113181159.GA15031@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=alan@linux.intel.com \
    --cc=jim.epost@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-pcmcia@lists.infradead.org \
    --cc=sfr@canb.auug.org.au \
    /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.