From 74834e075844e8f7c42635974ac873fddafd419b Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sun, 4 Jan 2015 04:17:35 +1100 Subject: mainboard: Sanitize some superio include paths to be non-local MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This brings mainboard up to being consistent tree-wide now for all superio header path inclusions. Change-Id: I00a806ce209ba363c62e3ddd49db9bf599f32149 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/8052 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/samsung/lumpy/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/samsung/lumpy') diff --git a/src/mainboard/samsung/lumpy/romstage.c b/src/mainboard/samsung/lumpy/romstage.c index 5b8646a1ce..b356fa81e1 100644 --- a/src/mainboard/samsung/lumpy/romstage.c +++ b/src/mainboard/samsung/lumpy/romstage.c @@ -44,7 +44,7 @@ #include "option_table.h" #include "gpio.h" #if CONFIG_DRIVERS_UART_8250IO -#include "superio/smsc/lpc47n207/lpc47n207.h" +#include #include "superio/smsc/lpc47n207/early_serial.c" #endif #if CONFIG_CHROMEOS -- cgit v1.2.3