From mboxrd@z Thu Jan 1 00:00:00 1970 From: Weiping Pan Subject: [PATCH net-next 0/2] vlan:remove duplicate Date: Thu, 28 Jul 2011 16:37:38 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Weiping Pan To: netdev@vger.kernel.org Return-path: Received: from mail-qw0-f46.google.com ([209.85.216.46]:51926 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755171Ab1G1IgW (ORCPT ); Thu, 28 Jul 2011 04:36:22 -0400 Received: by mail-qw0-f46.google.com with SMTP id 3so1208684qwk.19 for ; Thu, 28 Jul 2011 01:36:22 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: As net/8021q/vlan.h already includes , so other files that includes vlan.h need not to include it. But before we remove it from net/8021q/vlan_gvrp.c, we should first add add netdevice.h into stp.h. [PATCH net-next 1/2]:add netdevice.h into stp.h [PATCH net-next 2/2]:remove duplicate Weiping Pan (2): stp:add netdevice.h into stp.h vlan:remove duplicate include/net/stp.h | 2 ++ net/8021q/vlan.c | 1 - net/8021q/vlan_core.c | 1 - net/8021q/vlan_dev.c | 1 - net/8021q/vlan_gvrp.c | 1 - net/8021q/vlan_netlink.c | 1 - net/8021q/vlanproc.c | 1 - 7 files changed, 2 insertions(+), 6 deletions(-) -- 1.7.4.4