diff options
| author | Yingying Tang <yintang@codeaurora.org> | 2016-09-05 17:51:57 +0800 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-09-08 14:30:38 +0530 |
| commit | 236ae4f47f0a619448731a65e8a1237bc0899e20 (patch) | |
| tree | 453ad6e19e64a42224ae258c21ac35e7cd3afaef | |
| parent | b1d1ea12e39720714dba8cc5246da5dad58b0237 (diff) | |
qcacld-2.0: Fix complation error of BUILD_DIAG_VERSION
Include a header file to make compilation successfully when
BUILD_DIAG_VERSION is disabled.
CRs-Fixed: 1058780
Change-Id: I9c96279bfa6c3c2fe5ba54ef3308772c5f1f4186
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_early_suspend.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CORE/HDD/src/wlan_hdd_early_suspend.c b/CORE/HDD/src/wlan_hdd_early_suspend.c index 14c5f3648b45..4794f5a023b5 100644 --- a/CORE/HDD/src/wlan_hdd_early_suspend.c +++ b/CORE/HDD/src/wlan_hdd_early_suspend.c @@ -100,6 +100,8 @@ #endif #include "ol_fw.h" +#include "wlan_hdd_host_offload.h" + /* Time in msec. * Time includes 60sec timeout of request_firmware for various binaries * (OTP, BDWLAN, QWLAN) and other cleanup and re-init sequence |
