Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi Include <dev/acpi/acpi_pci.h>.



details:   https://anonhg.NetBSD.org/src/rev/fe8843bff17d
branches:  trunk
changeset: 760226:fe8843bff17d
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Dec 31 14:05:15 2010 +0000

description:
Include <dev/acpi/acpi_pci.h>.

diffstat:

 sys/dev/acpi/acpi_verbose.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r d029cce8f336 -r fe8843bff17d sys/dev/acpi/acpi_verbose.c
--- a/sys/dev/acpi/acpi_verbose.c       Fri Dec 31 13:05:09 2010 +0000
+++ b/sys/dev/acpi/acpi_verbose.c       Fri Dec 31 14:05:15 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi_verbose.c,v 1.14 2010/12/31 10:56:39 jruoho Exp $ */
+/*     $NetBSD: acpi_verbose.c,v 1.15 2010/12/31 14:05:15 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2003, 2007, 2010 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_verbose.c,v 1.14 2010/12/31 10:56:39 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_verbose.c,v 1.15 2010/12/31 14:05:15 jruoho Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -76,6 +76,7 @@
 #include <dev/acpi/acpireg.h>
 #include <dev/acpi/acpivar.h>
 #include <dev/acpi/acpidevs_data.h>
+#include <dev/acpi/acpi_pci.h>
 
 #include <prop/proplib.h>
 



Home | Main Index | Thread Index | Old Index