From 804702602c017f9aebb66f409f8ed9a5d9200a4e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 21 Sep 2014 11:53:56 +0200 Subject: google/{falco,peppy}/gma.c: Do not include non-existent "hda.h" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 75c83870 (azalia: Shrink boilerplate) [1] removed the header file `hda_verb.h`. This header is still included in the mainboard’s `gma.c`, causing the following build error, when native graphics initialization is enabled. CC mainboard/google/falco/gma.ramstage.o src/mainboard/google/falco/gma.c:34:22: fatal error: hda_verb.h: No such file or directory This was not caught, as native graphics initialization is not enabled for the build tests. It turns out that the array `mainboard_cim_verb_data` is not used in `src/mainboard/intel/wtm2/hda_verb.h`, so fix the problem by removing the inclusion. [1] http://review.coreboot.org/6840 Change-Id: I91e4f00a3030bdef0278102df2783258389bca13 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/6946 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko Reviewed-by: Aaron Durbin --- src/mainboard/google/peppy/gma.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/peppy') diff --git a/src/mainboard/google/peppy/gma.c b/src/mainboard/google/peppy/gma.c index 9b8a32b5d4..0e954e0a3b 100644 --- a/src/mainboard/google/peppy/gma.c +++ b/src/mainboard/google/peppy/gma.c @@ -31,7 +31,6 @@ #include #include #include -#include "hda_verb.h" #include #include #include -- cgit v1.2.3