lenovo/t400: Fix build

Change-Id: I8e8b6e7c123e641749c42a7c706176e285902bb5
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/10502
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Kyösti Mälkki 2015-06-10 07:05:03 +03:00 committed by Stefan Reinauer
parent 429424f366
commit 45e291eebc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include <ec/lenovo/h8/h8.h> #include <ec/lenovo/h8/h8.h>
#include "drivers/lenovo/lenovo.h" #include "drivers/lenovo/lenovo.h"
static void fill_ssdt(void) static void fill_ssdt(device_t device)
{ {
} }