Martin Roth submitted this change.

View Change


Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
console/console.c: Sort includes and add <types.h>

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I1d2d85ff8cfca58295117b5cb625cadfc9008311
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68035
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
---
M src/console/console.c
1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/src/console/console.c b/src/console/console.c
index 1724f9d..499a336 100644
--- a/src/console/console.c
+++ b/src/console/console.c
@@ -1,16 +1,17 @@
/* SPDX-License-Identifier: GPL-2.0-only */

#include <console/cbmem_console.h>
+#include <console/flash.h>
+#include <console/i2c_smbus.h>
#include <console/ne2k.h>
#include <console/qemu_debugcon.h>
+#include <console/spi.h>
#include <console/spkmodem.h>
#include <console/streams.h>
+#include <console/system76_ec.h>
#include <console/uart.h>
#include <console/usb.h>
-#include <console/spi.h>
-#include <console/flash.h>
-#include <console/system76_ec.h>
-#include <console/i2c_smbus.h>
+#include <types.h>

/* Note: when adding a new console, make sure you update the definition of
HAS_ONLY_FAST_CONSOLES in <console.h>! */

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1d2d85ff8cfca58295117b5cb625cadfc9008311
Gerrit-Change-Number: 68035
Gerrit-PatchSet: 3
Gerrit-Owner: Elyes Haouas <ehaouas@noos.fr>
Gerrit-Reviewer: Martin L Roth <gaumless@gmail.com>
Gerrit-Reviewer: Martin Roth <martin.roth@amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged