Преглед на файлове

qcacmn: Fix the compilation issue

Fix compilation issues

Change-Id: I0551c023dbdb8aa40d6aa9a3f19dcf4f56f69dd6
CRs-Fixed: 1094633
Kiran Kumar Lokere преди 8 години
родител
ревизия
5bca4c6064
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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) {