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:
@@ -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
|
||||
|
Reference in New Issue
Block a user