[coreboot-gerrit] Patch set updated for coreboot: cc9cb10 lenovo/t520/mainboard.c: Include header `h8.h` for prototype

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Fri Aug 1 07:52:44 CEST 2014


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6424

-gerrit

commit cc9cb10ce6f11f7df328fdc5b40347033879461e
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Thu Jul 31 10:39:57 2014 +0200

    lenovo/t520/mainboard.c: Include header `h8.h` for prototype
    
    Change-Id: I5ac6608ebf78f2d48bc7f68bce9eae7a2be82332
    Signed-off-by: Elyes HAOUAS <ehaouas at 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;



More information about the coreboot-gerrit mailing list