From 793a429eb57d105ca7bdf8c25cb1066678c2721d Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Thu, 3 Apr 2014 14:30:58 +1100 Subject: superio/winbond/w83627ehg: Avoid .c includes Following the same reasoning as commit d304331 superio/fintek/f81865f: Avoid .c includes Clean up the early_serial #include directives in mainboard/romstage code. Change-Id: Ib3a12fb8160729008bdaa8026365675a11325da0 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/5448 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/mainboard/iei/pm-lx-800-r11/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/iei') diff --git a/src/mainboard/iei/pm-lx-800-r11/romstage.c b/src/mainboard/iei/pm-lx-800-r11/romstage.c index b34edc47e6..f996301088 100644 --- a/src/mainboard/iei/pm-lx-800-r11/romstage.c +++ b/src/mainboard/iei/pm-lx-800-r11/romstage.c @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1) -- cgit v1.2.3