From: David Lamparter Date: Sun, 17 Jul 2011 08:53:12 +0000 (+0000) Subject: net: vlan, qlcnic: make vlan_find_dev private X-Git-Tag: v3.1-rc1~316^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69ecca86da4890c13a5e29c51b4ac76a1a8a62c9;p=pandora-kernel.git net: vlan, qlcnic: make vlan_find_dev private there is only one user of vlan_find_dev outside of the actual vlan code: qlcnic uses it to iterate over some VLANs it knows. let's just make vlan_find_dev private to the VLAN code and have the iteration in qlcnic be a bit more direct. (a few rcu dereferences less too) Signed-off-by: David Lamparter Cc: Patrick McHardy Cc: Amit Kumar Salecha Cc: Anirban Chakraborty Cc: linux-driver@qlogic.com Signed-off-by: David S. Miller --- Reading git-diff-tree failed