All of lore.kernel.org
 help / color / mirror / Atom feed
* qeth_l3 build broken in net-next
@ 2011-12-19 13:20 Frank Blaschka
  2011-12-19 20:05 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Blaschka @ 2011-12-19 13:20 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390

qeth_l3 build is broken in net-next

drivers/s390/net/qeth_l3_main.c: In function 'qeth_l3_neigh_setup':
drivers/s390/net/qeth_l3_main.c:3277: error: 'struct neigh_parms' has no member named 'neigh_setup'
make[2]: *** [drivers/s390/net/qeth_l3_main.o] Error 1
make[1]: *** [drivers/s390/net] Error 2
make: *** [drivers/s390] Error 2

commit 5c3ddec73d01a1fae9409c197078cb02c42238c3
    net: Remove unused neighbour layer ops.

cause the problem. Actually qeth_l3 uses neigh_setup.
Can you revert commit 5c3ddec73d01a1fae9409c197078cb02c42238c3 ?

Thx,

Frank

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

* Re: qeth_l3 build broken in net-next
  2011-12-19 13:20 qeth_l3 build broken in net-next Frank Blaschka
@ 2011-12-19 20:05 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-12-19 20:05 UTC (permalink / raw)
  To: blaschka; +Cc: netdev, linux-s390

From: Frank Blaschka <blaschka@linux.vnet.ibm.com>
Date: Mon, 19 Dec 2011 14:20:10 +0100

> qeth_l3 build is broken in net-next
> 
> drivers/s390/net/qeth_l3_main.c: In function 'qeth_l3_neigh_setup':
> drivers/s390/net/qeth_l3_main.c:3277: error: 'struct neigh_parms' has no member named 'neigh_setup'
> make[2]: *** [drivers/s390/net/qeth_l3_main.o] Error 1
> make[1]: *** [drivers/s390/net] Error 2
> make: *** [drivers/s390] Error 2
> 
> commit 5c3ddec73d01a1fae9409c197078cb02c42238c3
>     net: Remove unused neighbour layer ops.
> 
> cause the problem. Actually qeth_l3 uses neigh_setup.
> Can you revert commit 5c3ddec73d01a1fae9409c197078cb02c42238c3 ?

Done, sorry about that.

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

end of thread, other threads:[~2011-12-19 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-19 13:20 qeth_l3 build broken in net-next Frank Blaschka
2011-12-19 20:05 ` David Miller

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.