aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/mcp55/early_ctrl.c
diff options
context:
space:
mode:
authorAntonello Dettori <dev@dettori.io>2016-09-03 10:45:33 +0200
committerMartin Roth <martinroth@google.com>2016-09-13 17:19:38 +0200
commit8126daf6f36c2c99edd3f39fa003a53f8fa0d63f (patch)
tree1a96caa7f43b7b775cbe8b7a25f1c9f7ebd01f77 /src/southbridge/nvidia/mcp55/early_ctrl.c
parent10505470bc3cc6f6b473e528f46aaceaceb05a1f (diff)
southbridge/nvidia/mcp55: transition away from device_t
Replace the use of the old device_t definition inside southbridge/nvidia/mcp55. Change-Id: I98ac468940eaf6c456fa95540ec3e718edfe26a7 Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/16487 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge/nvidia/mcp55/early_ctrl.c')
-rw-r--r--src/southbridge/nvidia/mcp55/early_ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/nvidia/mcp55/early_ctrl.c b/src/southbridge/nvidia/mcp55/early_ctrl.c
index 5e5c53594c..5e75adf5bd 100644
--- a/src/southbridge/nvidia/mcp55/early_ctrl.c
+++ b/src/southbridge/nvidia/mcp55/early_ctrl.c
@@ -20,7 +20,7 @@
static unsigned get_sbdn(unsigned bus)
{
- device_t dev;
+ pci_devfn_t dev;
/* Find the device. */
dev = pci_locate_device_on_bus(PCI_ID(PCI_VENDOR_ID_NVIDIA,