]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iwlwifi: fw-api: cleanup cycle includes
authorMordechai Goodstein <mordechay.goodstein@intel.com>
Sun, 2 Apr 2017 15:25:06 +0000 (18:25 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 5 Jun 2017 20:34:30 +0000 (23:34 +0300)
The include in the deleted file are included in the fw-api.h file.
Which caused a cycle include in the dependencies.

Signed-off-by: Mordechai Goodstein <mordechay.goodstein@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw-api-scan.h
drivers/net/wireless/intel/iwlwifi/mvm/fw-api-tof.h

index dded91d7eb96b229395605ba314f1dc7fe4ad14f..d27c67b67015c62c0bd4f8553a9c1421e6c009d3 100644 (file)
@@ -68,8 +68,6 @@
 #ifndef __fw_api_scan_h__
 #define __fw_api_scan_h__
 
-#include "fw-api.h"
-
 /* Scan Commands, Responses, Notifications */
 
 /* Max number of IEs for direct SSID scans in a command */
index eae036af880e0fbefa91a1e56d061f4e8eef365b..e2acf39f784d8897af2e5e70eaf42ac1882f9f0f 100644 (file)
@@ -63,8 +63,6 @@
 #ifndef __fw_api_tof_h__
 #define __fw_api_tof_h__
 
-#include "fw-api.h"
-
 /* ToF sub-group command IDs */
 enum iwl_mvm_tof_sub_grp_ids {
        TOF_RANGE_REQ_CMD = 0x1,