commit | 1a6e552df33c0dca4fecd0a179833d1b5233012a | [log] [tgz] |
---|---|---|
author | liyongxin <liyongxin1@huawei.com> | Thu Jan 31 04:55:41 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 30 14:50:03 2019 -0800 |
tree | dff87361f618b3b415aae8e09034b2c671ef3a06 | |
parent | a82a3fe0186d6f9b7b353c8b46ffa7e14db9ecec [diff] |
net: hns3: reuse the definition of l3 and l4 header info union Union l3_hdr_info and l4_hdr_info have already been defined in the hns3_enet.h, so it is unnecessary to define them elsewhere. This patch removes the redundant definition, and reuses the one defined in the hns3_enet.h. Signed-off-by: liyongxin <liyongxin1@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>