diff options
| author | aymeric <aymeric@NetBSD.org> | 2018-10-14 18:28:55 +0000 |
|---|---|---|
| committer | aymeric <aymeric@NetBSD.org> | 2018-10-14 18:28:55 +0000 |
| commit | ed2dbd65fea6952bf700d6f3446ab8dc4d6e7741 (patch) | |
| tree | 41f30430193323e00dd2b87d3786b01b5b7a46ed /sys/dev/fdt | |
| parent | c9c9e9e293f7c825b6b88cfeea957562a47e66b4 (diff) | |
Make compile
Diffstat (limited to 'sys/dev/fdt')
| -rw-r--r-- | sys/dev/fdt/dwcwdt_fdt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/fdt/dwcwdt_fdt.c b/sys/dev/fdt/dwcwdt_fdt.c index fdf1561f5c2..781ea78e4a7 100644 --- a/sys/dev/fdt/dwcwdt_fdt.c +++ b/sys/dev/fdt/dwcwdt_fdt.c @@ -1,4 +1,4 @@ -/* $NetBSD: dwcwdt_fdt.c,v 1.1 2018/06/30 10:50:30 jmcneill Exp $ */ +/* $NetBSD: dwcwdt_fdt.c,v 1.2 2018/10/14 18:28:55 aymeric Exp $ */ /*- * Copyright (c) 2018 Jared McNeill <jmcneill@invisible.ca> @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dwcwdt_fdt.c,v 1.1 2018/06/30 10:50:30 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dwcwdt_fdt.c,v 1.2 2018/10/14 18:28:55 aymeric Exp $"); #include <sys/param.h> #include <sys/bus.h> @@ -61,7 +61,7 @@ __KERNEL_RCSID(0, "$NetBSD: dwcwdt_fdt.c,v 1.1 2018/06/30 10:50:30 jmcneill Exp #define WDT_EOI 0x14 #define WDT_EOI_WDT_INT_CLR __BIT(0) -static const uint8_t wdt_torr[] = { +static const uint32_t wdt_torr[] = { 0x0000ffff, 0x0001ffff, 0x0003ffff, |
