From 9ed1841c3648e836aae8110a571b81aa08cf5458 Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 4 Sep 2024 07:47:21 +0000 Subject: [PATCH] remove unused timeout from softc --- sys/dev/ic/psp.c | 5 +---- 1 file changed, 1 insertion(+), 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 @@ -19,7 +19,6 @@ #include #include #include -#include #include #include @@ -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; -- 2.20.1