UPSTREAM: southbridge/intel/i82371eb: transition away from device_t

Replace the use of the old device_t definition inside
southbridge/intel/i82371eb.

BUG=None
BRANCH=None
TEST=None

Signed-off-by: Antonello Dettori <dev@dettori.io>
Reviewed-on: https://review.coreboot.org/16483
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>

Change-Id: Ie15a656c817a2ffe0f44ee3a89659d138a1bf212
Reviewed-on: https://chromium-review.googlesource.com/384957
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Antonello Dettori 2016-09-03 10:45:33 +02:00 committed by chrome-bot
commit daa3a69296
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
void enable_pm(void)
{
device_t dev;
pci_devfn_t dev;
u8 reg8;
u16 reg16;

View file

@ -24,7 +24,7 @@
void enable_smbus(void)
{
device_t dev;
pci_devfn_t dev;
u8 reg8;
u16 reg16;