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