All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: linux-next: Tree for June 23 (net/can & i/o)
@ 2011-06-23 20:38 Mike Frysinger
  2011-06-24  1:04 ` Stephen Rothwell
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2011-06-23 20:38 UTC (permalink / raw)
  To: netdev, socketcan-core; +Cc: linux-next, LKML

On Thu, Jun 23, 2011 at 01:54, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> My fixes tree includes (as an experiment) the early part of
> mmotm-2011-06-22-13-05.
>
> The powerpc allyesconfig (and probably others) is still broken because we
> now build the staging drivers and because of a commit in the net tree.
> The breakage in Linus' tree is fixed by one of Andrew's patches above.
>
> The m68knommu tree lost its conflicts.
>
> The galak tree lost its conflicts.
>
> The net tree gained 2 build failures that I have left (see above).

not sure where this is coming from, but some Blackfin boards now fail with:

drivers/net/can/bfin_can.c: In function 'bfin_can_start_xmit':
drivers/net/can/bfin_can.c:247: error: implicit declaration of function 'writew'
make[3]: *** [drivers/net/can/bfin_can.o] Error 1

at any rate, the usage of writew() in this driver is wrong, so i sent
a patch to fix it.  but since nothing in this file nor in my Blackfin
tree changed, i wonder if whatever common code changed is going to
break other stuff ...
-mike

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

* Re: linux-next: Tree for June 23 (net/can & i/o)
  2011-06-23 20:38 linux-next: Tree for June 23 (net/can & i/o) Mike Frysinger
@ 2011-06-24  1:04 ` Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2011-06-24  1:04 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: netdev, socketcan-core, linux-next, LKML

[-- Attachment #1: Type: text/plain, Size: 896 bytes --]

Hi Mike,

On Thu, 23 Jun 2011 16:38:56 -0400 Mike Frysinger <vapier.adi@gmail.com> wrote:
>
> not sure where this is coming from, but some Blackfin boards now fail with:
> 
> drivers/net/can/bfin_can.c: In function 'bfin_can_start_xmit':
> drivers/net/can/bfin_can.c:247: error: implicit declaration of function 'writew'
> make[3]: *** [drivers/net/can/bfin_can.o] Error 1

yeah, caused by the removal of the inclusion of mm.h from netdevice.h
(most probably).

> at any rate, the usage of writew() in this driver is wrong, so i sent
> a patch to fix it.  but since nothing in this file nor in my Blackfin
> tree changed, i wonder if whatever common code changed is going to
> break other stuff ...

It did indeed :-(

ah, well, I guess that is what I am here for :-)
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

end of thread, other threads:[~2011-06-24  1:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-23 20:38 linux-next: Tree for June 23 (net/can & i/o) Mike Frysinger
2011-06-24  1:04 ` Stephen Rothwell

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.