UPSTREAM: northbridge/amd/amdht: transition away from device_t
Replace the use of the old device_t definition inside northbridge/amd/amdht. BUG=None BRANCH=None TEST=None Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/16468 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I7dfb8f001504c691aeddf1bfbc3be05cc7d31ce4 Reviewed-on: https://chromium-review.googlesource.com/384994 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
0a1383c351
commit
aba8f678d2
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
static u32 get_nodes(void)
|
||||
{
|
||||
device_t dev;
|
||||
pci_devfn_t dev;
|
||||
u32 nodes;
|
||||
|
||||
dev = PCI_DEV(CONFIG_CBB, CONFIG_CDB, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue