From a51064eb1a7eb04accbc371f37fd80ea851ab7e4 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sat, 23 Aug 2014 14:25:30 +1000 Subject: lenovo/t530/romstage.c: Trivial - move include to top Change-Id: I6b80ad0da39e93072e28b48c40e1c71602133e7b Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6750 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko --- src/mainboard/lenovo/t530/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/t530/romstage.c b/src/mainboard/lenovo/t530/romstage.c index 8880e30e95..bb4c0a5484 100644 --- a/src/mainboard/lenovo/t530/romstage.c +++ b/src/mainboard/lenovo/t530/romstage.c @@ -41,6 +41,7 @@ #include #include "gpio.h" #include +#include static void pch_enable_lpc(void) { @@ -109,7 +110,6 @@ static void rcba_config(void) RCBA32(BUC) = 0; } -#include void main(unsigned long bist) { int boot_mode = 0; -- cgit v1.2.3