net/hns3: fix FLR reset
[dpdk.git] / drivers / net / bnxt / bnxt_vnic.c
index 4f3f9b3..2f0ed10 100644 (file)
@@ -16,7 +16,7 @@
  * VNIC Functions
  */
 
-static void prandom_bytes(void *dest_ptr, size_t len)
+void prandom_bytes(void *dest_ptr, size_t len)
 {
        char *dest = (char *)dest_ptr;
        uint64_t rb;