aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ibase/mb899
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-06-01 16:31:48 +1000
committerIdwer Vollering <vidwer@gmail.com>2014-06-01 13:35:24 +0200
commit9c65978f3849098ad54970bde55a46a133bc8d5a (patch)
tree93bde68e6afa8d5c028491a7e8874a3ba80d0ab3 /src/mainboard/ibase/mb899
parenta34a1da44d9b16c0515325cecd5b23d15ab9c2cf (diff)
mainboard/ibase/mb899: Trivial, Non-local header treated as local
Change-Id: I5cb496d0d582d3dc5c0c0635f632561f8a3dd853 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5897 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'src/mainboard/ibase/mb899')
-rw-r--r--src/mainboard/ibase/mb899/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/ibase/mb899/romstage.c b/src/mainboard/ibase/mb899/romstage.c
index 09577959a9..418b6e430d 100644
--- a/src/mainboard/ibase/mb899/romstage.c
+++ b/src/mainboard/ibase/mb899/romstage.c
@@ -28,7 +28,7 @@
#include <lib.h>
#include <cbmem.h>
#include <superio/winbond/common/winbond.h>
-#include "superio/winbond/w83627ehg/w83627ehg.h"
+#include <superio/winbond/w83627ehg/w83627ehg.h>
#include <pc80/mc146818rtc.h>
#include <console/console.h>
#include <cpu/x86/bist.h>