HAOUAS Elyes (ehaouas@noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6424
-gerrit
commit df37d989f87b824ffe217677183d7a044a762808 Author: Elyes HAOUAS ehaouas@noos.fr Date: Thu Jul 31 10:39:57 2014 +0200
lenovo/t520/mainboard.c: add #include h8.h
Change-Id: I5ac6608ebf78f2d48bc7f68bce9eae7a2be82332 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- src/mainboard/lenovo/t520/mainboard.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/mainboard/lenovo/t520/mainboard.c b/src/mainboard/lenovo/t520/mainboard.c index c213791..d374e7e 100644 --- a/src/mainboard/lenovo/t520/mainboard.c +++ b/src/mainboard/lenovo/t520/mainboard.c @@ -39,6 +39,7 @@ #include <device/pci.h> #include <cbfs.h> #include <pc80/keyboard.h> +#include <ec/lenovo/h8/h8.h>
void mainboard_suspend_resume(void) { @@ -182,8 +183,6 @@ static void mainboard_enable(device_t dev) verb_setup(); }
-void h8_mainboard_init_dock (void); - void h8_mainboard_init_dock (void) { return;