HAOUAS Elyes has uploaded this change for review.

View Change

src/drivers/usb/ehci_debug.c: Add missing include

Replace unused <stddef.h> by missing <stdint.h>. This needed for 'u64'.

Change-Id: Ie99c27bd6a7d982bba9a93342f3e3b83a1c09e8d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/drivers/usb/ehci_debug.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/43341/1
diff --git a/src/drivers/usb/ehci_debug.c b/src/drivers/usb/ehci_debug.c
index 5af8e2e..8641b13 100644
--- a/src/drivers/usb/ehci_debug.c
+++ b/src/drivers/usb/ehci_debug.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */

-#include <stddef.h>
+#include <stdint.h>
#include <console/console.h>
#include <console/usb.h>
#include <arch/io.h>

To view, visit change 43341. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie99c27bd6a7d982bba9a93342f3e3b83a1c09e8d
Gerrit-Change-Number: 43341
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange