aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb600/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/sb600/usb.c')
-rw-r--r--src/southbridge/amd/sb600/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/sb600/usb.c b/src/southbridge/amd/sb600/usb.c
index 3be2312006..85df6c5989 100644
--- a/src/southbridge/amd/sb600/usb.c
+++ b/src/southbridge/amd/sb600/usb.c
@@ -33,7 +33,7 @@ static void usb_init(struct device *dev)
u32 dword;
/* Enable OHCI0-4 and EHCI Controllers */
- device_t sm_dev;
+ struct device *sm_dev;
sm_dev = dev_find_slot(0, PCI_DEVFN(0x14, 0));
byte = pci_read_config8(sm_dev, 0x68);
byte |= 0x3F;