Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6398
-gerrit
commit beda287e72322186c98adc2057deddb0ee8d428a Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Tue Jul 29 20:49:55 2014 +1000
lenovo/t530/mainboard.c: Include header `h8.h` for prototype
Change-Id: I05cea020e77051bd3bc0e93b0c70e12b9b985d05 Signed-off-by: Edward O'Callaghan eocallaghan@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) { }