From: Brandon Misemer Date: Fri, 8 Jun 2012 21:59:27 +0000 (-0700) Subject: iwlwifi: Fix Makefile build order for built-in driver X-Git-Tag: v3.6-rc1~125^2~57^2~324 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65fe593a519c4d7c62289d3b0a17ca412e95b037;p=pandora-kernel.git iwlwifi: Fix Makefile build order for built-in driver When the driver is built into the kernel instead of a module when the system boots it results in a panic. The order things are built in results in their initialization order when built into the kernel. Wifi has to be initialized before mvm or dvm. Reviewed-by: Donald H Fry Tested-by: Donald H Fry Reviewed-by: Emmanuel Grumbach Signed-off-by: Brandon Misemer Signed-off-by: Johannes Berg --- Reading git-diff-tree failed