From ae8b0483dbf4c7520407bab46a41e05336e0f899 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Wed, 10 Apr 2013 01:35:56 +0000 Subject: Fix various glitches in queue macro usage. ok millert@ --- sys/dev/acpi/dsdt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/acpi/dsdt.c') diff --git a/sys/dev/acpi/dsdt.c b/sys/dev/acpi/dsdt.c index 94af4eb24d7..68c6237ccd5 100644 --- a/sys/dev/acpi/dsdt.c +++ b/sys/dev/acpi/dsdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.c,v 1.199 2013/02/09 20:56:35 miod Exp $ */ +/* $OpenBSD: dsdt.c,v 1.200 2013/04/10 01:35:55 guenther Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave * @@ -380,7 +380,7 @@ struct aml_notify_data { SLIST_HEAD(aml_notify_head, aml_notify_data); struct aml_notify_head aml_notify_list = - LIST_HEAD_INITIALIZER(&aml_notify_list); + SLIST_HEAD_INITIALIZER(aml_notify_list); /* * @@@: Memory management functions -- cgit v1.2.3