Sfoglia il codice sorgente

qcacmn: Remove unwanted header files from common DFS

The sm engine header files are required only for ADFS sm handling.
Move the header file to the ADFS sm source file.

Change-Id: Icc77a889d6bf28d8c0b20a12944f9be78d1a8c27
CRs-Fixed: 2853428
Vignesh U 4 anni fa
parent
commit
9ad985593b
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      umac/dfs/core/src/dfs.h

+ 1 - 4
umac/dfs/core/src/dfs.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, 2016-2020 The Linux Foundation.  All rights reserved.
+ * Copyright (c) 2013, 2016-2021 The Linux Foundation.  All rights reserved.
  * Copyright (c) 2005-2006 Atheros Communications, Inc.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -42,9 +42,6 @@
 #include <osdep.h>
 #include <wlan_cmn.h>
 #include "target_type.h"
-#ifdef QCA_SUPPORT_AGILE_DFS
-#include <wlan_sm_engine.h> /* for struct wlan_sm */
-#endif
 #include <wlan_dfs_public_struct.h>
 #include <reg_services_public_struct.h>