Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/stand/ia64/ski Include <dev/acpi/acpica.h> ins...
details: https://anonhg.NetBSD.org/src/rev/813cc8ba9073
branches: trunk
changeset: 748933:813cc8ba9073
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Wed Nov 11 05:19:34 2009 +0000
description:
Include <dev/acpi/acpica.h> instead of <external/intel-public/acpica/ ... >.
Thanks cegger@
diffstat:
sys/arch/ia64/stand/ia64/ski/acpi_stub.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b71ccd894233 -r 813cc8ba9073 sys/arch/ia64/stand/ia64/ski/acpi_stub.c
--- a/sys/arch/ia64/stand/ia64/ski/acpi_stub.c Tue Nov 10 23:16:20 2009 +0000
+++ b/sys/arch/ia64/stand/ia64/ski/acpi_stub.c Wed Nov 11 05:19:34 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_stub.c,v 1.5 2009/11/10 11:14:48 kiyohara Exp $ */
+/* $NetBSD: acpi_stub.c,v 1.6 2009/11/11 05:19:34 kiyohara Exp $ */
/*-
* Copyright (c) 2003 Marcel Moolenaar
@@ -34,7 +34,7 @@
#include <sys/types.h>
#include <sys/lock.h>
-#include <external/intel-public/acpica/dist/include/acpi.h>
+#include <dev/acpi/acpica.h>
#define APIC_IO_SAPIC 6
#define APIC_LOCAL_SAPIC 7
Home |
Main Index |
Thread Index |
Old Index