linux/drivers/net/wireless/iwlwifi/pcie
Emmanuel Grumbach 46e81af972 iwlwifi: pcie: fix unused variable gcc warning
In iwl_pcie_int_cause_non_ict, trans_pcie is used for lockdep
purposes only. Since this might not be enabled, trans_pcie
finds itself without user leading to a complaint from gcc.
Avoid using trans_pcie by inlining IWL_TRANS_GET_PCIE_TRANS.

Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2014-02-03 22:23:33 +02:00
..
drv.c iwlwifi: Add 8000 HW family support 2014-02-03 22:23:31 +02:00
internal.h iwlwifi: Update Copyright to 2014 2013-12-31 19:03:53 +02:00
rx.c iwlwifi: pcie: fix unused variable gcc warning 2014-02-03 22:23:33 +02:00
trans.c iwlwifi: pcie: make FH debugfs file code easier to understand 2014-02-03 22:23:32 +02:00
tx.c iwlwifi: pcie: disable APMG configurations for family 8000 2014-02-03 22:23:31 +02:00