mb/winnet: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: Ie6a8364bdd272515e1567061ae0b117392c268aa
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26092
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 21:45:03 +02:00 committed by Martin Roth
parent 66e602a7fa
commit a48390690a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ static void mainboard_final(void *chip_info)
{
/* A B C D */
static const unsigned char irq_map[4] = { 11, 5, 10, 0 };
device_t lpc_dev;
struct device *lpc_dev;
printk(BIOS_INFO, "Setting up G170 IRQ routing...\n");