Просмотр исходного кода

qcacmn: Fix the compilation issue

Fix compilation issues

Change-Id: I0551c023dbdb8aa40d6aa9a3f19dcf4f56f69dd6
CRs-Fixed: 1094633
Kiran Kumar Lokere 8 лет назад
Родитель
Сommit
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) {