From 0ddb82671cae52571e92b7b22cf088939d887d50 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Tue, 17 Jun 2014 18:37:08 +1000 Subject: src/console: Sanitize headers and IS_ENABLED usage Alphabetise headers and remove any #if CONFIG_ guards around them. Use #if IS_ENABLED(CONFIG_FOO) over #if CONFIG_FOO where applicable. Change-Id: I2a616bcfb8470a1fa21c9e26271e81cca835272a Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6057 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/console/vtxprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console/vtxprintf.c') diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c index 23db037f5d..b515fb8c7f 100644 --- a/src/console/vtxprintf.c +++ b/src/console/vtxprintf.c @@ -4,9 +4,9 @@ * Copyright (C) 1991, 1992 Linus Torvalds */ -#include #include #include +#include #define call_tx(x) tx_byte(x, data) -- cgit v1.2.3