summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/watchdog.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-08 17:20:38 +0200
committerNico Huber <nico.h@gmx.de>2018-06-09 16:30:37 +0000
commit7a5f77142f68edd03874015300e471eb80d03c45 (patch)
tree055decdf9c0c5de4ea6dfb3bc8af106c9207a640 /src/southbridge/intel/lynxpoint/watchdog.c
parent91b7cb1b7ad35ff6ecc76be2641cf0bfe5c24f8e (diff)
downloadcoreboot-7a5f77142f68edd03874015300e471eb80d03c45.tar.xz
sb/intel/lynxpoint: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: I064ff5e76dd95c1770cd24139195b2a5fff2d382 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26974 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/watchdog.c')
-rw-r--r--src/southbridge/intel/lynxpoint/watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/watchdog.c b/src/southbridge/intel/lynxpoint/watchdog.c
index 74f69b032b..9a867e413a 100644
--- a/src/southbridge/intel/lynxpoint/watchdog.c
+++ b/src/southbridge/intel/lynxpoint/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. */