Browse Source

qcacmn: Fix the compilation issue

Fix compilation issues

Change-Id: I0551c023dbdb8aa40d6aa9a3f19dcf4f56f69dd6
CRs-Fixed: 1094633
Kiran Kumar Lokere 8 years ago
parent
commit
5bca4c6064
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dp/inc/cdp_txrx_lro.h

+ 1 - 1
dp/inc/cdp_txrx_lro.h

@@ -63,7 +63,7 @@ static inline void cdp_register_lro_flush_cb(ol_txrx_soc_handle soc,
  *
  * return none
  */
-static inline void cdp_deregister_lro_flush_cb(ol_txrx_soc_handle soc
+static inline void cdp_deregister_lro_flush_cb(ol_txrx_soc_handle soc,
 		void (lro_deinit_cb)(void *))
 {
 	if (!soc || !soc->ops || !soc->ops->lro_ops) {