Rename verion function to avoid conflict with crypto backend.

This commit is contained in:
Milan Broz
2021-02-05 12:34:24 +01:00
parent da2f6e9d93
commit 12ff94c02f
3 changed files with 3 additions and 3 deletions

View File

@@ -318,7 +318,7 @@ int kernel_version(uint64_t *kversion)
}
if (!r)
*kversion = version(maj, min, patch, rel);
*kversion = compact_version(maj, min, patch, rel);
return r;
}