Fix a few other static code checker spotted "issues"
[fio.git] / crc / crc32c-intel.c
index 969a037f942d24e9509b11217fd3123e01658aea..5040efeae9030005af296bfa72c07414535144a4 100644 (file)
@@ -28,8 +28,8 @@
 #define SCALE_F 4
 #endif
 
-uint32_t crc32c_intel_le_hw_byte(uint32_t crc, unsigned char const *data,
-                                unsigned long length)
+static uint32_t crc32c_intel_le_hw_byte(uint32_t crc, unsigned char const *data,
+                                       unsigned long length)
 {
        while (length--) {
                __asm__ __volatile__(