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) #define CPER_MAX_OAM_COUNT (8)
typedef enum cper_error_severity { enum cper_error_severity {
CPER_SEV_FATAL_UNCORRECTED = 0, CPER_SEV_FATAL_UNCORRECTED = 0,
CPER_SEV_FATAL = 1, CPER_SEV_FATAL = 1,
CPER_SEV_FATAL_CORRECTED = 2, CPER_SEV_FATAL_CORRECTED = 2,
@@ -37,7 +37,7 @@ typedef enum cper_error_severity {
CPER_SEV_UNUSED = 10, CPER_SEV_UNUSED = 10,
}; };
typedef enum cper_aca_reg { enum cper_aca_reg {
CPER_ACA_REG_CTL_LO = 0, CPER_ACA_REG_CTL_LO = 0,
CPER_ACA_REG_CTL_HI = 1, CPER_ACA_REG_CTL_HI = 1,
CPER_ACA_REG_STATUS_LO = 2, CPER_ACA_REG_STATUS_LO = 2,