[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <48863E86.90204@pobox.com>
Date: Tue, 22 Jul 2008 16:09:42 -0400
From: Jeff Garzik <jgarzik@...ox.com>
To: frank.blaschka@...ibm.com
CC: netdev@...r.kernel.org, linux-s390@...r.kernel.org,
bunk@...nel.org, kaber@...sh.net
Subject: Re: [patch 1/1] qeth: fix build error caused by VLAN changes
frank.blaschka@...ibm.com wrote:
> Adrian Bunk reports this build error:
>
> CC drivers/s390/net/qeth_l3_main.o
> /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/s390/net/qeth_l3_main.c:
> In function 'qeth_l3_hard_start_xmit':
> /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/s390/net/qeth_l3_main.c:
> 2654: error: implicit declaration of function 'VLAN_TX_SKB_CB'
> /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/s390/net/qeth_l3_main.c:
> 2654: error: invalid type argument of '->' (have 'int')
> make[3]: *** [drivers/s390/net/qeth_l3_main.o] Error 1
>
> The intention of the driver appears to be to invalidate the VLAN tag.
> Change it to set skb->vlan_tci to zero, which has the same effect.
>
> Signed-off-by: Patrick McHardy <kaber@...sh.net>
> Signed-off-by: Frank Blaschka <frank.blaschka@...ibm.com>
> ---
> drivers/s390/net/qeth_l3_main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
applied
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists