diff options
author | 2017-03-11 00:18:43 +0000 | |
---|---|---|
committer | 2017-03-11 00:18:43 +0000 | |
commit | 789ef3d4868acb4e9cf0f431b7dd20f57589e2be (patch) | |
tree | 74a64c0be9c0952f66578ac688fbf9a0494733d4 /sys/dev/fdt/exrtc.c | |
parent | Enable exrtc(4). (diff) | |
download | wireguard-openbsd-789ef3d4868acb4e9cf0f431b7dd20f57589e2be.tar.xz wireguard-openbsd-789ef3d4868acb4e9cf0f431b7dd20f57589e2be.zip |
Oops, make this actually compile.
Diffstat (limited to 'sys/dev/fdt/exrtc.c')
-rw-r--r-- | sys/dev/fdt/exrtc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fdt/exrtc.c b/sys/dev/fdt/exrtc.c index 0b54c236c57..5525ae47e5b 100644 --- a/sys/dev/fdt/exrtc.c +++ b/sys/dev/fdt/exrtc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exrtc.c,v 1.1 2017/03/11 00:11:47 kettenis Exp $ */ +/* $OpenBSD: exrtc.c,v 1.2 2017/03/11 00:18:43 kettenis Exp $ */ /* * Copyright (c) 2017 Mark kettenis <kettenis@openbsd.org> * @@ -79,7 +79,6 @@ exrtc_attach(struct device *parent, struct device *self, void *aux) { struct exrtc_softc *sc = (struct exrtc_softc *)self; struct fdt_attach_args *faa = aux; - struct clock_ymdhms dt; sc->sc_iot = faa->fa_iot; |