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
这个提交包含在:
Yuanyuan Liu
2018-03-28 18:05:30 -07:00
提交者 nshrivas
父节点 f940918d4f
当前提交 80bfeb949d
修改 7 个文件,包含 9 行新增10 行删除

查看文件

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2014, 2016-2017 The Linux Foundation. All rights reserved.
* Copyright (c) 2012-2014, 2016-2018 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -39,7 +39,6 @@
* @brief opaque handle for pktlog device object
*/
struct ol_pktlog_dev_t;
typedef struct ol_pktlog_dev_t *ol_pktlog_dev_handle;
/**
* @typedef hif_opaque_softc_handle