summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t520/mainboard.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2014-07-31 10:39:57 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2014-08-04 21:44:50 +0200
commit68a97164d3627bf277a7a5962e8006d163d40429 (patch)
treea38fe42fcafecc234b704899d5701b066101a8da /src/mainboard/lenovo/t520/mainboard.c
parent650b00c1bf9811f502a6da025a5c1d5f4b4b16b5 (diff)
downloadcoreboot-68a97164d3627bf277a7a5962e8006d163d40429.tar.gz
coreboot-68a97164d3627bf277a7a5962e8006d163d40429.tar.bz2
coreboot-68a97164d3627bf277a7a5962e8006d163d40429.zip
lenovo/t520/mainboard.c: Include header `h8.h` for prototype
Change-Id: I5ac6608ebf78f2d48bc7f68bce9eae7a2be82332 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: http://review.coreboot.org/6424 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/lenovo/t520/mainboard.c')
-rw-r--r--src/mainboard/lenovo/t520/mainboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t520/mainboard.c b/src/mainboard/lenovo/t520/mainboard.c
index c213791cde4a..d374e7e5e78f 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;