aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx/watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82801gx/watchdog.c')
-rw-r--r--src/southbridge/intel/i82801gx/watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801gx/watchdog.c b/src/southbridge/intel/i82801gx/watchdog.c
index 9365e89066..ac2de3a66c 100644
--- a/src/southbridge/intel/i82801gx/watchdog.c
+++ b/src/southbridge/intel/i82801gx/watchdog.c
@@ -22,7 +22,7 @@
void watchdog_off(void)
{
- device_t dev;
+ struct device *dev;
unsigned long value, base;
/* Turn off the ICH7 watchdog. */