summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb600/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/sb600/bootblock.c')
-rw-r--r--src/southbridge/amd/sb600/bootblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/sb600/bootblock.c b/src/southbridge/amd/sb600/bootblock.c
index e31a96c8e3..94f5e6ee08 100644
--- a/src/southbridge/amd/sb600/bootblock.c
+++ b/src/southbridge/amd/sb600/bootblock.c
@@ -34,7 +34,7 @@
static void sb600_enable_rom(void)
{
u8 reg8;
- device_t dev;
+ pci_devfn_t dev;
dev = pci_io_locate_device(PCI_ID(PCI_VENDOR_ID_ATI,
PCI_DEVICE_ID_ATI_SB600_LPC), 0);