[coreboot-gerrit] New patch to review for coreboot: ae88fbd lenovo/t530/mainboard.c: Fix prototype with header

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Tue Jul 29 12:54:48 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6398

-gerrit

commit ae88fbd78b0cd72870f59cde13b6455ad39a7ad0
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Jul 29 20:49:55 2014 +1000

    lenovo/t530/mainboard.c: Fix prototype with header
    
    Change-Id: I05cea020e77051bd3bc0e93b0c70e12b9b985d05
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/lenovo/t530/mainboard.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mainboard/lenovo/t530/mainboard.c b/src/mainboard/lenovo/t530/mainboard.c
index 6d21b31..325f90f 100644
--- a/src/mainboard/lenovo/t530/mainboard.c
+++ b/src/mainboard/lenovo/t530/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)
 {
@@ -185,8 +186,6 @@ static void mainboard_enable(device_t dev)
 	verb_setup();
 }
 
-void h8_mainboard_init_dock (void);
-
 void h8_mainboard_init_dock (void)
 {
 }



More information about the coreboot-gerrit mailing list