diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-19 10:16:33 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-21 09:12:36 +0000 |
commit | 91a48367a4cd3864d4133adcd28a04e5fc007d99 (patch) | |
tree | e50406f20a1ce8dd99fb9c10e5cc86635c38cdce /src/arch/x86/include | |
parent | cdede5dbaf9cb3cde9cd8b184c18e2eae4fb7745 (diff) |
arch/x86/include: Remove unused <stddef.h>
Change-Id: I2a4b00d06c92eea1b83002c69d93037f84592393
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72111
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r-- | src/arch/x86/include/mode_switch.h | 1 | ||||
-rw-r--r-- | src/arch/x86/include/smm.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/include/mode_switch.h b/src/arch/x86/include/mode_switch.h index 0c46da5c62..24efb1ef58 100644 --- a/src/arch/x86/include/mode_switch.h +++ b/src/arch/x86/include/mode_switch.h @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <stddef.h> #include <stdint.h> #if ENV_X86_64 diff --git a/src/arch/x86/include/smm.h b/src/arch/x86/include/smm.h index 739b715863..e6db9dcf04 100644 --- a/src/arch/x86/include/smm.h +++ b/src/arch/x86/include/smm.h @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <stddef.h> #include <stdint.h> #include <cpu/x86/smm.h> |