diff options
| author | Peng Xu <pxu@qca.qualcomm.com> | 2014-03-27 11:31:18 -0700 |
|---|---|---|
| committer | Nandini Suresh <snandini@qca.qualcomm.com> | 2014-03-28 12:40:32 -0700 |
| commit | 38e5b65a978416f68baff5bad481df8d2aebe3fe (patch) | |
| tree | b3d8a3f37e75cab385a520640cbf718b35f1e359 | |
| parent | 7e1df40baec6ce2b3e2f5e878a2a7d549407cb7e (diff) | |
qcacld:sap: Fix compilation error on x86
Fix compilation error on x86 platform due to undefined compilation
flag.
Change-Id: Id560fcb59efb65bd05612abedea463cfe1e064b5
| -rw-r--r-- | CORE/SAP/src/sapChSelect.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CORE/SAP/src/sapChSelect.c b/CORE/SAP/src/sapChSelect.c index eb0a5fe97aa2..147dba10fb8e 100644 --- a/CORE/SAP/src/sapChSelect.c +++ b/CORE/SAP/src/sapChSelect.c @@ -66,9 +66,7 @@ #ifdef ANI_OS_TYPE_QNX #include "stdio.h" #endif -#ifdef FEATURE_WLAN_CH_AVOID #include "wlan_hdd_main.h" -#endif /* FEATURE_WLAN_CH_AVOID */ /*-------------------------------------------------------------------------- Function definitions |
