UPSTREAM: southbridge/intel/i82801ax: transition away from device_t
Replace the use of the old device_t definition inside southbridge/intel/i82801ax. BUG=None BRANCH=None TEST=None Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/16484 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I46f0cc92e1034f045988b42df7246f5d0c8d24fc Reviewed-on: https://chromium-review.googlesource.com/384958 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
daa3a69296
commit
6ea8f65632
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
void enable_smbus(void)
|
||||
{
|
||||
device_t dev;
|
||||
pci_devfn_t dev;
|
||||
|
||||
/* Set the SMBus device statically (D31:F3). */
|
||||
dev = PCI_DEV(0x0, 0x1f, 0x3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue