summaryrefslogtreecommitdiff
path: root/global_lmac_if
diff options
context:
space:
mode:
authorYuanyuan Liu <yuanliu@codeaurora.org>2018-03-28 18:05:30 -0700
committernshrivas <nshrivas@codeaurora.org>2018-04-02 16:41:52 -0700
commit80bfeb949d91a4433bae9ec339c5b879889246ab (patch)
treea200fb5a3b43f1397b9f81422342c44e27a45090 /global_lmac_if
parentf940918d4f97f0dac6711cc1e7098514128ba77a (diff)
downloadqca-wfi-host-cmn-80bfeb949d91a4433bae9ec339c5b879889246ab.tar.gz
qcacmn: Fix LLVM compiling issues
Remove typedef redefinition, use correct enum type, remove extra parentheses and correct header guard. CRs-Fixed: 2214003 Change-Id: I0a75c70cd530590a16f6bfa884955ebc26906de0
Diffstat (limited to 'global_lmac_if')
-rw-r--r--global_lmac_if/inc/wlan_global_lmac_if_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/global_lmac_if/inc/wlan_global_lmac_if_api.h b/global_lmac_if/inc/wlan_global_lmac_if_api.h
index 4f0e6dca8..aadfe7def 100644
--- a/global_lmac_if/inc/wlan_global_lmac_if_api.h
+++ b/global_lmac_if/inc/wlan_global_lmac_if_api.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved.
*
*
* Permission to use, copy, modify, and/or distribute this software for
@@ -18,7 +18,7 @@
*/
#ifndef _WLAN_GLOBAL_LMAC_IF_API_H_
-#define _WLAN__GLOBAL_LMAC_IF_API_H_
+#define _WLAN_GLOBAL_LMAC_IF_API_H_
#include "wlan_objmgr_cmn.h"
#include "wlan_objmgr_psoc_obj.h"