From 15eec89d1033bc41a6c8f6cc1d54b8f9351a6b63 Mon Sep 17 00:00:00 2001 From: Hong Shi Date: Fri, 21 Apr 2017 16:14:36 +0800 Subject: qcacld-2.0: Fix compilation error of PM_QOS_CPU_DMA_LATENCY pm_qos.h which defines PM_QOS_CPU_DMA_LATENCY is not included in ol_fw.c. Though compilation is still successfull on kernel 3.10 or 3.18, it failed on kernel 4.4 x86 platform. Need explicitly include pm_qos.h in ol_fw.c to suppress such compilation error. Change-Id: If83b4b414eb6f97c47fae32dd7de19e4116c7cfa CRs-Fixed: 2036870 --- CORE/SERVICES/BMI/ol_fw.c | 1 + 1 file changed, 1 insertion(+) 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 +#include #include "ol_if_athvar.h" #include "ol_fw.h" #include "targaddrs.h" -- cgit v1.2.3