summaryrefslogtreecommitdiffstats
path: root/include/watchdog.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-03-13 09:33:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-22 09:15:31 +0100
commit1ef7cd07a304cbc485329d68ad64a0b83936ce6e (patch)
tree60344809738dd92d0bcda50280ac662b2d059324 /include/watchdog.h
parentd7dacc1c0c21faf7e5308349f4ab6189babadc60 (diff)
downloadbarebox-1ef7cd07a304cbc485329d68ad64a0b83936ce6e.tar.gz
barebox-1ef7cd07a304cbc485329d68ad64a0b83936ce6e.tar.xz
watchdog: rename dev to hwdev
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/watchdog.h')
-rw-r--r--include/watchdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/watchdog.h b/include/watchdog.h
index 3e8a487a4d..848981cc0d 100644
--- a/include/watchdog.h
+++ b/include/watchdog.h
@@ -16,7 +16,7 @@
struct watchdog {
int (*set_timeout)(struct watchdog *, unsigned);
const char *name;
- struct device_d *dev;
+ struct device_d *hwdev;
unsigned int priority;
struct list_head list;
};