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
This commit is contained in:
Yuanyuan Liu
2018-03-28 18:05:30 -07:00
committed by nshrivas
parent f940918d4f
commit 80bfeb949d
7 changed files with 9 additions and 10 deletions

View File

@@ -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