summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-11-28 16:02:52 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-11-30 04:44:06 +0000
commitc91553d3a38f5efb9e78b6c1b9a3bf9f9ff6e614 (patch)
tree4bb57e5c34946237b9b4e0a00493980c586b28ad /src/include
parent932b5079074d752b121067dc3698e7838cdb4b1b (diff)
Treewide: Remove unused header files
These header files do not seem to be used in coreboot. Presumably they're left over after the code that used them was removed. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Ide70239c7c2e93fff548d989735450396308c62b Reviewed-on: https://review.coreboot.org/c/coreboot/+/85370 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cpu/x86/smi_deprecated.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/cpu/x86/smi_deprecated.h b/src/include/cpu/x86/smi_deprecated.h
deleted file mode 100644
index 262aa0b695..0000000000
--- a/src/include/cpu/x86/smi_deprecated.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef __X86_SMI_DEPRECATED_H__
-#define __X86_SMI_DEPRECATED_H__
-
-void smm_init(void);
-void smm_init_completion(void);
-
-/* Entry from smmhandler.S. */
-void smi_handler(void);
-
-#endif