ucode: ucode_error can be defined with static

MFC after:	1 week
This commit is contained in:
Mark Johnston
2026-05-27 20:41:15 +00:00
parent 0beb172898
commit 96256587b0
+1 -1
View File
@@ -80,7 +80,7 @@ static const void *ucode_data;
static struct ucode_ops *ucode_loader;
/* Variables used for reporting success or failure. */
enum {
static enum {
NO_ERROR,
NO_MATCH,
VERIFICATION_FAILED,