Remove unnecessary typedef declarations

amd_smi_cper.h:32:1: warning: ‘typedef’ was ignored in this declaration

Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Этот коммит содержится в:
Mario Limonciello (AMD)
2025-08-15 14:56:58 -05:00
коммит произвёл Galantsev, Dmitrii
родитель 924a06d1e1
Коммит 3d0ea25af3
+2 -2
Просмотреть файл
@@ -29,7 +29,7 @@
#define CPER_MAX_OAM_COUNT (8)
typedef enum cper_error_severity {
enum cper_error_severity {
CPER_SEV_FATAL_UNCORRECTED = 0,
CPER_SEV_FATAL = 1,
CPER_SEV_FATAL_CORRECTED = 2,
@@ -37,7 +37,7 @@ typedef enum cper_error_severity {
CPER_SEV_UNUSED = 10,
};
typedef enum cper_aca_reg {
enum cper_aca_reg {
CPER_ACA_REG_CTL_LO = 0,
CPER_ACA_REG_CTL_HI = 1,
CPER_ACA_REG_STATUS_LO = 2,