summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-09-04 07:47:22 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-09-04 07:47:22 +0000
commita793cb4ce1204802bca85b6b67b220bc3d7b4342 (patch)
tree26a521001d005ee9720f41c881c9d48ba75011b6 /sys/dev/ic
parentd5799027d6478cc00d8d1a99f55b5ee72b7092e1 (diff)
remove unused timeout from softc
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/psp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/psp.c b/sys/dev/ic/psp.c
index 63fcb5a8a1d..5cd6c391ede 100644
--- a/sys/dev/ic/psp.c
+++ b/sys/dev/ic/psp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: psp.c,v 1.2 2024/09/04 07:45:08 jsg Exp $ */
+/* $OpenBSD: psp.c,v 1.3 2024/09/04 07:47:21 jsg Exp $ */
/*
* Copyright (c) 2023, 2024 Hans-Joerg Hoexer <hshoexer@genua.de>
@@ -19,7 +19,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
-#include <sys/timeout.h>
#include <sys/pledge.h>
#include <sys/rwlock.h>
@@ -37,8 +36,6 @@ struct psp_softc {
bus_space_tag_t sc_iot;
bus_space_handle_t sc_ioh;
- struct timeout sc_tick;
-
bus_dma_tag_t sc_dmat;
uint32_t sc_capabilities;