linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* via rhine build regression for arch/sh
@ 2015-07-22 13:54 Paul Gortmaker
  2015-07-22 16:33 ` Antonio Borneo
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2015-07-22 13:54 UTC (permalink / raw)
  To: Alexey Charkov, Antonio Borneo; +Cc: netdev, linux-next

The builds of arch/sh are failing in linux-next with:

drivers/net/ethernet/via/via-rhine.c:1098:2: error: implicit declaration
of function 'pci_iomap' [-Werror=implicit-function-declaration]
drivers/net/ethernet/via/via-rhine.c:1119:2: error: implicit declaration
of function 'pci_iounmap' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[5]: *** [drivers/net/ethernet/via/via-rhine.o] Error 1

http://kisskb.ellerman.id.au/kisskb/buildresult/12468878/

It either is the one line change in:

commit b7d3282a245f44286b88e436b1d08c518cdf4569
Author: Antonio Borneo <borneo.antonio@gmail.com>
Date:   Wed Jun 17 19:42:31 2015 +0800

    net: via/Kconfig: replace USE_OF with OF_???
    

..or maybe it goes back to the original OF support patch:

commit 2d283862dc62daead9db0dc89cd0d0351e91f765
Author: Alexey Charkov <alchark@gmail.com>
Date:   Tue Apr 22 19:28:09 2014 +0400

    net: via-rhine: add OF bus binding


I have not bisected to check which, but it seems likely that
it is one of the above.

Paul.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: via rhine build regression for arch/sh
  2015-07-22 13:54 via rhine build regression for arch/sh Paul Gortmaker
@ 2015-07-22 16:33 ` Antonio Borneo
  0 siblings, 0 replies; 2+ messages in thread
From: Antonio Borneo @ 2015-07-22 16:33 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: Alexey Charkov, netdev, linux-next

On Wed, Jul 22, 2015 at 9:54 PM, Paul Gortmaker
<paul.gortmaker@windriver.com> wrote:
> The builds of arch/sh are failing in linux-next with:
>
> drivers/net/ethernet/via/via-rhine.c:1098:2: error: implicit declaration
> of function 'pci_iomap' [-Werror=implicit-function-declaration]
> drivers/net/ethernet/via/via-rhine.c:1119:2: error: implicit declaration
> of function 'pci_iounmap' [-Werror=implicit-function-declaration]
> cc1: some warnings being treated as errors
> make[5]: *** [drivers/net/ethernet/via/via-rhine.o] Error 1
>
> http://kisskb.ellerman.id.au/kisskb/buildresult/12468878/
>
> It either is the one line change in:
>
> commit b7d3282a245f44286b88e436b1d08c518cdf4569
> Author: Antonio Borneo <borneo.antonio@gmail.com>
> Date:   Wed Jun 17 19:42:31 2015 +0800
>
>     net: via/Kconfig: replace USE_OF with OF_???
>
>
> ..or maybe it goes back to the original OF support patch:
>
> commit 2d283862dc62daead9db0dc89cd0d0351e91f765
> Author: Alexey Charkov <alchark@gmail.com>
> Date:   Tue Apr 22 19:28:09 2014 +0400
>
>     net: via-rhine: add OF bus binding
>
>
> I have not bisected to check which, but it seems likely that
> it is one of the above.
>
> Paul.
>

Hi Paul,

yes, I can reproduce it and depends on my patch.
I'm sending out a fix. Could you please check it?

Best Regards,
Antonio

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-22 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-22 13:54 via rhine build regression for arch/sh Paul Gortmaker
2015-07-22 16:33 ` Antonio Borneo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).