From: Johannes Berg Date: Thu, 18 Nov 2010 20:08:10 +0000 (-0800) Subject: iwlwifi: fix modular 3945 only build X-Git-Tag: v2.6.38-rc1~476^2~405^2^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5bb2f2beb4d54597fd54075480fc4874a9c08dc;p=pandora-kernel.git iwlwifi: fix modular 3945 only build If only 3945 is selected, and is a module, build fails because iwl-legacy.c won't be compiled. Fix this by adding it to the build correctly. This doesn't happen for 4965 because it is a bool option, not tristate, since it's built into the AGN module. Reported-by: Randy Dunlap Tested-by: Randy Dunlap Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed