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:
parent
eae4c1aa6e
commit
daa3a69296
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
void enable_pm(void)
|
||||
{
|
||||
device_t dev;
|
||||
pci_devfn_t dev;
|
||||
u8 reg8;
|
||||
u16 reg16;
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
void enable_smbus(void)
|
||||
{
|
||||
device_t dev;
|
||||
pci_devfn_t dev;
|
||||
u8 reg8;
|
||||
u16 reg16;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue