aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/amd8111/amd8111.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/amd8111/amd8111.c')
-rw-r--r--src/southbridge/amd/amd8111/amd8111.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/southbridge/amd/amd8111/amd8111.c b/src/southbridge/amd/amd8111/amd8111.c
index 2707ca6b43..c75ce0dcc8 100644
--- a/src/southbridge/amd/amd8111/amd8111.c
+++ b/src/southbridge/amd/amd8111/amd8111.c
@@ -4,10 +4,10 @@
#include <device/pci_ids.h>
#include "amd8111.h"
-void amd8111_enable(device_t dev)
+void amd8111_enable(struct device *dev)
{
- device_t lpc_dev;
- device_t bus_dev;
+ struct device *lpc_dev;
+ struct device *bus_dev;
unsigned index;
unsigned reg_old, reg;