mb/sifive: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: I8c6358d072b25ab4758637da989883daa600c8ee
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26099
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
Elyes HAOUAS 2018-05-04 22:01:42 +02:00 committed by Martin Roth
parent a48390690a
commit 66ea1654f2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include <bootblock_common.h>
#include <timestamp.h>
static void mainboard_enable(device_t dev)
static void mainboard_enable(struct device *dev)
{
}