From: Satyam Sharma drivers/net/iseries_veth.c: In function 'veth_transmit_to_many': drivers/net/iseries_veth.c:1174: warning: unused variable 'port' Signed-off-by: Satyam Sharma Cc: "David S. Miller" Cc: Jeff Garzik Signed-off-by: Andrew Morton --- drivers/net/iseries_veth.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/net/iseries_veth.c~iseries_veth-kill-unused-variable drivers/net/iseries_veth.c --- a/drivers/net/iseries_veth.c~iseries_veth-kill-unused-variable +++ a/drivers/net/iseries_veth.c @@ -1171,7 +1171,6 @@ static void veth_transmit_to_many(struct HvLpIndexMap lpmask, struct net_device *dev) { - struct veth_port *port = (struct veth_port *) dev->priv; int i, success, error; success = error = 0; _