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>
[ROCm/amdsmi commit: 3d0ea25af3]
This commit is contained in:
committed by
Galantsev, Dmitrii
orang tua
c9eddf75e7
melakukan
a8a89db945
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user