From: Ben Greear Date: Mon, 26 Jan 2009 20:37:53 +0000 (-0800) Subject: vlan: Export symbols as non GPL symbols. X-Git-Tag: v2.6.29-rc3~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=116cb42855fbd052fc8cd2ca3e06050bff762673;p=pandora-kernel.git vlan: Export symbols as non GPL symbols. In previous kernels, any kernel module could get access to the 'real-device' and the VLAN-ID for a particular VLAN. In more recent kernels, the code was restructured such that this is hard to do without accessing private .h files for any module that cannot use GPL-only symbols. Attached is a patch to once again allow non-GPL modules the ability to access the real-device and VLAN id for VLANs. Signed-off-by: Ben Greear Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed