iwlwifi: move config structs to C file
authorJohannes Berg <johannes.berg@intel.com>
Mon, 10 Dec 2018 08:04:55 +0000 (09:04 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 4 Feb 2019 10:28:06 +0000 (12:28 +0200)
commit45108c5d6870f3ccdf0e84518593572eddfd5ad0
tree021b67a5d4ef32775a5dc71bf1f09777566ad201
parent74cf15cb69c0beb6cdaae3ff43f5231232a1f1b0
iwlwifi: move config structs to C file

Even if they're static const, there's no need to duplicate
the structs every time they're included and used. Move them
to an appropriate C file instead.

Also remove useless parentheses along the way.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-config.h
drivers/net/wireless/intel/iwlwifi/iwl-io.c