public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* s390 drivers compilation
@ 2004-11-01 21:43 Maneesh Soni
  0 siblings, 0 replies; only message in thread
From: Maneesh Soni @ 2004-11-01 21:43 UTC (permalink / raw)
  To: schwidefsky; +Cc: LKML

Hi Martin,

I get this on 2.6.10-rc1-bk11. 

  CC [M]  drivers/s390/net/netiucv.o
  CC [M]  drivers/s390/net/fsm.o
  CC [M]  drivers/s390/net/smsgiucv.o
  CC [M]  drivers/s390/net/ctcmain.o
drivers/s390/net/ctcmain.c: In function `ch_action_setmode':
drivers/s390/net/ctcmain.c:1221: warning: `saveflags' might be used uninitialized in this function
drivers/s390/net/ctcmain.c: In function `ch_action_restart':
drivers/s390/net/ctcmain.c:1497: warning: `saveflags' might be used uninitialized in this function
drivers/s390/net/ctcmain.c: In function `ch_action_txretry':
drivers/s390/net/ctcmain.c:1648: warning: `saveflags' might be used uninitialized in this function
drivers/s390/net/ctcmain.c: In function `ch_action_haltio':
drivers/s390/net/ctcmain.c:1331: warning: `saveflags' might be used uninitialized in this function
  CC [M]  drivers/s390/net/ctctty.o
  CC [M]  drivers/s390/net/ctcdbug.o
  CC [M]  drivers/s390/net/qeth_main.o
drivers/s390/net/qeth_main.c: In function `qeth_ipv6_generate_eui64':
drivers/s390/net/qeth_main.c:5015: error: structure has no member named `dev_id'
drivers/s390/net/qeth_main.c:5016: error: structure has no member named `dev_id'
drivers/s390/net/qeth_main.c: In function `qeth_netdev_init':
drivers/s390/net/qeth_main.c:5568: error: structure has no member named `dev_id'
drivers/s390/net/qeth_main.c:5570: error: structure has no member named `generate_eui64'
make[2]: *** [drivers/s390/net/qeth_main.o] Error 1
make[1]: *** [drivers/s390/net] Error 2
make: *** [drivers/s390] Error 2

Looks like struct netdevice is missing dev_id and generate_eui64 fields in include/linux/netdevice.h.

Thanks
Maneesh

-- 
Maneesh Soni
Linux Technology Center, 
IBM Austin
email: maneesh@in.ibm.com
Phone: 1-512-838-1896 Fax: 
T/L : 6781896

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-02  3:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-01 21:43 s390 drivers compilation Maneesh Soni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox