From: Yi Zou Date: Fri, 27 Feb 2009 18:56:16 +0000 (-0800) Subject: [SCSI] fcoe: ETH_P_8021Q is already in if_ether and fcoe is not using it anyway X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=74846bf85e42b4ba851d3f0dd67aa1df245895f9;p=linux-2.6-omap-h63xx.git [SCSI] fcoe: ETH_P_8021Q is already in if_ether and fcoe is not using it anyway Signed-off-by: Yi Zou Signed-off-by: Robert Love Signed-off-by: James Bottomley --- diff --git a/include/scsi/fc/fc_fcoe.h b/include/scsi/fc/fc_fcoe.h index 57aaa8f0d61..f271d9cc0fc 100644 --- a/include/scsi/fc/fc_fcoe.h +++ b/include/scsi/fc/fc_fcoe.h @@ -31,10 +31,6 @@ #define ETH_P_FCOE 0x8906 /* FCOE ether type */ #endif -#ifndef ETH_P_8021Q -#define ETH_P_8021Q 0x8100 -#endif - /* * FC_FCOE_OUI hasn't been standardized yet. XXX TBD. */