All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] vlan:remove duplicate <linux/if_vlan.h>
@ 2011-07-28  8:37 Weiping Pan
  2011-07-28  8:37 ` [PATCH net-next 1/2] stp:add netdevice.h into stp.h Weiping Pan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Weiping Pan @ 2011-07-28  8:37 UTC (permalink / raw)
  To: netdev; +Cc: Weiping Pan

As net/8021q/vlan.h already includes <linux/if_vlan.h>,
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 <linux/if_vlan.h>

Weiping Pan (2):
  stp:add netdevice.h into stp.h
  vlan:remove duplicate <linux/if_vlan.h>

 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-28  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-28  8:37 [PATCH net-next 0/2] vlan:remove duplicate <linux/if_vlan.h> Weiping Pan
2011-07-28  8:37 ` [PATCH net-next 1/2] stp:add netdevice.h into stp.h Weiping Pan
2011-07-28  8:37 ` [PATCH net-next 2/2] vlan:remove duplicate <linux/if_vlan.h> Weiping Pan
2011-07-28  8:38 ` [PATCH net-next 0/2] " David Miller
2011-07-28  8:48   ` WeipingPan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.