net/i40e: remove duplicate tunnel type check
[dpdk.git] / drivers / net / qede / base / ecore_init_ops.h
index de7846d..0cbf293 100644 (file)
@@ -95,16 +95,6 @@ void ecore_init_store_rt_agg(struct ecore_hwfn *p_hwfn,
                             osal_size_t       size);
 
 #define STORE_RT_REG_AGG(hwfn, offset, val)                    \
-       ecore_init_store_rt_agg(hwfn, offset, (u32 *)&val, sizeof(val))
+       ecore_init_store_rt_agg(hwfn, offset, (u32 *)&(val), sizeof(val))
 
-
-/**
- * @brief
- *      Initialize GTT global windows and set admin window
- *      related params of GTT/PTT to default values.
- *
- * @param p_hwfn
- */
-void ecore_gtt_init(struct ecore_hwfn *p_hwfn,
-                   struct ecore_ptt *p_ptt);
 #endif /* __ECORE_INIT_OPS__ */