diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-04-24 22:25:18 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-24 22:25:18 -0700 |
| commit | f0e01aeafc4ace8e89f64c6b5967feb5fe2f6c36 (patch) | |
| tree | c10bcc0d22f1b71611f3c78cff8753bff3d71b3a | |
| parent | f62fc23d6e6a07b8c346a00e28d2ae71e2e03b5f (diff) | |
| parent | 15eec89d1033bc41a6c8f6cc1d54b8f9351a6b63 (diff) | |
Merge "qcacld-2.0: Fix compilation error of PM_QOS_CPU_DMA_LATENCY" into wlan-cld2.driver.lnx.1.0-dev
| -rw-r--r-- | CORE/SERVICES/BMI/ol_fw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/SERVICES/BMI/ol_fw.c b/CORE/SERVICES/BMI/ol_fw.c index 116d2b0f1518..296629d0f823 100644 --- a/CORE/SERVICES/BMI/ol_fw.c +++ b/CORE/SERVICES/BMI/ol_fw.c @@ -26,6 +26,7 @@ */ #include <linux/firmware.h> +#include <linux/pm_qos.h> #include "ol_if_athvar.h" #include "ol_fw.h" #include "targaddrs.h" |
