aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/agp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/cx700/agp.c')
-rw-r--r--src/northbridge/via/cx700/agp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/via/cx700/agp.c b/src/northbridge/via/cx700/agp.c
index 927fa218e7..d4f599e779 100644
--- a/src/northbridge/via/cx700/agp.c
+++ b/src/northbridge/via/cx700/agp.c
@@ -21,10 +21,10 @@
/* This is the AGP 3.0 "bridge" @ Bus 0 Device 1 Func 0 */
-static void agp_bridge_init(device_t dev)
+static void agp_bridge_init(struct device *dev)
{
- device_t north_dev;
+ struct device *north_dev;
u8 reg8;
north_dev = dev_find_device(PCI_VENDOR_ID_VIA, 0x3324, 0);