lenovo/t530/mainboard.c: Include header `h8.h` for prototype
Change-Id: I05cea020e77051bd3bc0e93b0c70e12b9b985d05 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6398 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
396b072297
commit
5103cc3d53
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue