Skip to content

Commit

Permalink
vlan: finish removing vlan_find_dev from public header
Browse files Browse the repository at this point in the history
else case remained forgotten.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Jul 21, 2011
1 parent 033b114 commit f605234
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/linux/if_vlan.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@ vlan_gro_frags(struct napi_struct *napi, struct vlan_group *grp,
unsigned int vlan_tci);

#else
static inline struct net_device *vlan_find_dev(struct net_device *real_dev,
u16 vlan_id)
{
return NULL;
}

static inline struct net_device *vlan_dev_real_dev(const struct net_device *dev)
{
BUG();
Expand Down

0 comments on commit f605234

Please sign in to comment.