diff options
author | Jiri Pirko <jpirko@redhat.com> | 2011-07-20 04:54:04 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-21 13:47:53 -0700 |
commit | f605234066852b11096ab071124e3fe415e94420 (patch) | |
tree | 873c636a859b80e89eefd487a7558241a27f6a02 /include/linux/if_vlan.h | |
parent | 033b1142f4bd44a116d1356fe4a0510437ceddf9 (diff) | |
download | op-kernel-dev-f605234066852b11096ab071124e3fe415e94420.zip op-kernel-dev-f605234066852b11096ab071124e3fe415e94420.tar.gz |
vlan: finish removing vlan_find_dev from public header
else case remained forgotten.
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_vlan.h')
-rw-r--r-- | include/linux/if_vlan.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index bc03e40..cfb0cf2 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h @@ -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(); |