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/console.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/console/console.c') diff --git a/src/console/console.c b/src/console/console.c index bd03144a32..ff4b3e47b2 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -17,14 +17,14 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include #include -#include -#include #include -#include #include +#include +#include +#include +#include +#include void console_hw_init(void) { -- cgit v1.2.3