summaryrefslogtreecommitdiff
path: root/src/soc/intel/baytrail
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-07-10 10:48:11 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-07-14 16:12:25 +0000
commitbd42b06495ccdc0917234788a9b9a78f1cd457d0 (patch)
tree1f054ef145e1a32c0574d0abae7651ffa07c2754 /src/soc/intel/baytrail
parent8ebad6d78d1898ba8cdda0f79899ea6f1c69bdc9 (diff)
downloadcoreboot-bd42b06495ccdc0917234788a9b9a78f1cd457d0.tar.xz
soc/intel/baytrail/romstage/pmc.c: Add missing include
Replace unused <stddef.h> with missing <stdint.h>. Change-Id: If8384f4fea66e26d7377311e7bd8379c7848a26f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43345 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/baytrail')
-rw-r--r--src/soc/intel/baytrail/romstage/pmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/baytrail/romstage/pmc.c b/src/soc/intel/baytrail/romstage/pmc.c
index e495a2bd20..be058d013b 100644
--- a/src/soc/intel/baytrail/romstage/pmc.c
+++ b/src/soc/intel/baytrail/romstage/pmc.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <stddef.h>
+#include <stdint.h>
#include <device/pci_ops.h>
#include <console/console.h>
#include <device/device.h>