diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cpu/intel/smm_reloc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/cpu/intel/smm_reloc.h b/src/include/cpu/intel/smm_reloc.h index cf621aad93..07fe0381a1 100644 --- a/src/include/cpu/intel/smm_reloc.h +++ b/src/include/cpu/intel/smm_reloc.h @@ -43,7 +43,6 @@ void smm_relocate(void); * for clearing the state in the SMM registers. The other is for enabling * SMIs. They are split so that other work between the 2 actions. */ void smm_southbridge_clear_state(void); -void smm_southbridge_enable_smi(void); /* To be removed. */ void smm_initialize(void); |