diff options
author | Yi Zou <yi.zou@intel.com> | 2009-02-27 10:56:16 -0800 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-10 09:07:09 -0500 |
commit | 74846bf85e42b4ba851d3f0dd67aa1df245895f9 (patch) | |
tree | a5dcf0b3d125be5bf7a90ab0bc22430758c8bff7 /include/scsi/fc | |
parent | 422819cfa3a2605a0b3bdc33aaef0bc2feaeaada (diff) | |
download | linux-3.10-74846bf85e42b4ba851d3f0dd67aa1df245895f9.tar.gz linux-3.10-74846bf85e42b4ba851d3f0dd67aa1df245895f9.tar.bz2 linux-3.10-74846bf85e42b4ba851d3f0dd67aa1df245895f9.zip |
[SCSI] fcoe: ETH_P_8021Q is already in if_ether and fcoe is not using it anyway
Signed-off-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/scsi/fc')
-rw-r--r-- | include/scsi/fc/fc_fcoe.h | 4 |
1 files changed, 0 insertions, 4 deletions
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. */ |