On Mon, Jul 9, 2012 at 3:31 PM, Geert Uytterhoeven <ge...@linux-m68k.org> wrote:
> Hi Bjorn (or Björn?),
>
> On Mon, Jul 9, 2012 at 11:20 PM, Bjorn Helgaas <bhelg...@google.com> wrote:
>> There are some PCI-related regressions here that I'd like to fix, but
>> I don't know where to start.  For example, these:
>>
>>>   + drivers/pci/quirks.c: error: implicit declaration of function 
>>> 'ioread32' [-Werror=implicit-function-declaration]:  => 3154:2
>>>   + drivers/pci/quirks.c: error: implicit declaration of function 
>>> 'iowrite32' [-Werror=implicit-function-declaration]:  => 3144:2
>>
>> I don't see these in an x86 build, so I assume these are from some
>> other arch or other config.  Can I tell which one?
>
> xtensa-allmodconfig
>
> http://kisskb.ellerman.id.au/kisskb/buildresult/6668885/

Thanks!

There are a ton of xtensa warnings related to the fact that xtensa
doesn't support the iomap interface (ioread, iowrite, pci_iomap,
pci_iounmap, etc).

I'm going to punt and hope Chris takes care of this.

Bjorn
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to