qcacmn: Remove unnecessary flags

Remove the unnecessary compilation flags from cmn_dev

Change-Id: I39cb16122d1db930f1c759e206daedf85eebf612
Crs-fixed: 1075597
This commit is contained in:
Nandha Kishore Easwaran
2016-11-04 13:12:25 +05:30
committed by qcabuildsw
vanhempi e5444bc96d
commit 2906ce1943
6 muutettua tiedostoa jossa 2 lisäystä ja 64 poistoa

Näytä tiedosto

@@ -35,7 +35,6 @@
#include <cdp_txrx_stats_struct.h>
#include "cdp_txrx_ops.h"
#if PEER_FLOW_CONTROL
static inline uint32_t cdp_pflow_update_pdev_params
(ol_txrx_soc_handle soc, void *pdev,
ol_ath_param_t param, uint32_t val, void *ctx)
@@ -46,4 +45,3 @@ static inline uint32_t cdp_pflow_update_pdev_params
return 0;
}
#endif
#endif