From: Emmanuel Grumbach Date: Fri, 26 Aug 2011 06:10:36 +0000 (-0700) Subject: iwlagn: introduce iwl-shared.h X-Git-Tag: v3.2-rc1~129^2~287^2^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48f20d354e729afcfb29ff41aca7583ebb94613d;p=pandora-kernel.git iwlagn: introduce iwl-shared.h It will hold declaration of functions and forward declaration of struct that are used by several layers. This will allow modules not to include iwl_priv. iwl_bus and iwl_trans are still visible to all. All the layers share the module parameters, move the struct to iwl-shared.h. Also add all module parameters to iwl_mod_params instead of having them as global static. This includes * debug_level * ant_coupling * bt_ch_announce * wanted_ucode_alternative Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed