From 54c6d12d7a08cb35bc650f917cb550e9030ebe49 Mon Sep 17 00:00:00 2001 From: Govind Singh Date: Tue, 21 Mar 2017 12:49:10 +0530 Subject: [PATCH] qcacmn: Remove ol_defines dependency from WMI layer ol_defines header inclusion is invalid in WMI layer. Remove the header inclusion by abstracting the dependency with in WMI layer. Change-Id: I5eb8624605cde20b516a1d8d0c823996c363e119 CRs-Fixed: 2023821 --- wmi_unified.c | 1 - wmi_unified_api.c | 1 - wmi_unified_non_tlv.c | 1 - 3 files changed, 3 deletions(-) diff --git a/wmi_unified.c b/wmi_unified.c index 7ac4b75b51..a63195c46c 100644 --- a/wmi_unified.c +++ b/wmi_unified.c @@ -33,7 +33,6 @@ #include "a_types.h" #include "a_debug.h" #include "ol_if_athvar.h" -#include "ol_defines.h" #include "htc_api.h" #include "htc_api.h" #include "dbglog_host.h" diff --git a/wmi_unified_api.c b/wmi_unified_api.c index 5f2fdefac1..ec461e7caf 100644 --- a/wmi_unified_api.c +++ b/wmi_unified_api.c @@ -29,7 +29,6 @@ #include "a_types.h" #include "a_debug.h" #include "ol_if_athvar.h" -#include "ol_defines.h" #include "wmi_unified_priv.h" #include "wmi_unified_param.h" diff --git a/wmi_unified_non_tlv.c b/wmi_unified_non_tlv.c index 039323986b..d06cd4408a 100644 --- a/wmi_unified_non_tlv.c +++ b/wmi_unified_non_tlv.c @@ -31,7 +31,6 @@ #include "a_debug.h" #include "wlan_defs.h" #include "ol_if_athvar.h" -#include "ol_defines.h" #include "wmi_unified_api.h" #include "wmi_unified_priv.h"