net/qede/base: use crc32 OSAL macro
[dpdk.git] / drivers / net / qede / base / ecore_sriov.h
index 3c2f58b..5eb3484 100644 (file)
@@ -263,19 +263,6 @@ enum _ecore_status_t ecore_sriov_eqe_event(struct ecore_hwfn        *p_hwfn,
                                           __le16                echo,
                                           union event_ring_data *data);
 
-/**
- * @brief calculate CRC for bulletin board validation
- *
- * @param basic crc seed
- * @param ptr to beginning of buffer
- * @length in bytes of buffer
- *
- * @return calculated crc over buffer [with respect to seed].
- */
-u32 ecore_crc32(u32 crc,
-               u8  *ptr,
-               u32 length);
-
 /**
  * @brief Mark structs of vfs that have been FLR-ed.
  *