aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/rockchip
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-12-13 13:43:22 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-12-13 13:43:22 +0000
commit59249a516a69e3a4055393f0975cdd8a848f5ce8 (patch)
treeb1b4058072d102563ba87ccf604f22843df44048 /sys/arm/rockchip
parent3f31908a97e7d0390548f3f510b14959721edbd1 (diff)
downloadsrc-59249a516a69e3a4055393f0975cdd8a848f5ce8.tar.gz
src-59249a516a69e3a4055393f0975cdd8a848f5ce8.zip
Add the missing void to function signatures in much of the arm code.
Sponsored by: ABT Systems Ltd
Notes
Notes: svn path=/head/; revision=310021
Diffstat (limited to 'sys/arm/rockchip')
-rw-r--r--sys/arm/rockchip/rk30xx_wdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/rockchip/rk30xx_wdog.c b/sys/arm/rockchip/rk30xx_wdog.c
index 612b793fcbe4..a24230e03ef4 100644
--- a/sys/arm/rockchip/rk30xx_wdog.c
+++ b/sys/arm/rockchip/rk30xx_wdog.c
@@ -170,7 +170,7 @@ rk30_wd_watchdog_fn(void *private, u_int cmd, int *error)
}
void
-rk30_wd_watchdog_reset()
+rk30_wd_watchdog_reset(void)
{
bus_space_handle_t bsh;