s390 drivers compilation

From: Maneesh Soni
Date: Mon Nov 01 2004 - 22:32:22 EST


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@xxxxxxxxxx
Phone: 1-512-838-1896 Fax:
T/L : 6781896
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/