drivers/intel/i210.c: Get rid of device_t

Use of `device_t` has been abandoned in ramstage.

Change-Id: If9c122efbb7dbab7d834372da3c1c70463be7a77
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26010
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS 2018-05-02 21:57:42 +02:00 committed by Patrick Georgi
parent 263076c49e
commit 712ef1f276
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ static void init(struct device *dev)
return;
}
static void set_resources(device_t dev)
static void set_resources(struct device *dev)
{
pci_dev_set_resources(dev);
dev->command |= PCI_COMMAND_MASTER;