From 5f1fa125235e4cbb1e0d78240a58a1e299f4461d Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Tue, 4 May 2004 16:59:33 +0000 Subject: Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt --- sys/arch/sparc/dev/ts102.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc') diff --git a/sys/arch/sparc/dev/ts102.c b/sys/arch/sparc/dev/ts102.c index f515beca0a5..d779c35d888 100644 --- a/sys/arch/sparc/dev/ts102.c +++ b/sys/arch/sparc/dev/ts102.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts102.c,v 1.10 2003/07/02 21:32:48 todd Exp $ */ +/* $OpenBSD: ts102.c,v 1.11 2004/05/04 16:59:31 grange Exp $ */ /* * Copyright (c) 2003, Miodrag Vallat. * @@ -631,7 +631,7 @@ tslot_event_thread(void *v) continue; } - SIMPLEQ_REMOVE_HEAD(&sc->sc_events, te, te_q); + SIMPLEQ_REMOVE_HEAD(&sc->sc_events, te_q); splx(s); if (te->te_slot >= TS102_NUM_SLOTS) { -- cgit v1.2.3