diff options
Diffstat (limited to 'drivers/edac/mce_amd.h')
-rw-r--r-- | drivers/edac/mce_amd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/mce_amd.h b/drivers/edac/mce_amd.h index 85985c225442..dc81dba9364b 100644 --- a/drivers/edac/mce_amd.h +++ b/drivers/edac/mce_amd.h | |||
@@ -101,6 +101,7 @@ struct err_regs { | |||
101 | */ | 101 | */ |
102 | struct amd_decoder_ops { | 102 | struct amd_decoder_ops { |
103 | bool (*dc_mce)(u16); | 103 | bool (*dc_mce)(u16); |
104 | bool (*ic_mce)(u16); | ||
104 | }; | 105 | }; |
105 | 106 | ||
106 | void amd_report_gart_errors(bool); | 107 | void amd_report_gart_errors(bool); |